Home
last modified time | relevance | path

Searched refs:SHM_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c519 #define SHM_SIZE 32768 macro
526 shmid = chk_error(shmget(IPC_PRIVATE, SHM_SIZE, IPC_CREAT | 0777)); in test_shm()
532 memset(ptr, 0, SHM_SIZE); in test_shm()