Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dshm.h80 #define SHM_REMAP 040000 /* take-over region on attach */ macro
/openbmc/qemu/linux-user/
H A Dmmap.c1322 if (shmaddr == 0 && (shmflg & SHM_REMAP)) { in target_shmat()
1341 if (shmflg & SHM_REMAP) { in target_shmat()
1373 } else if (shmflg & SHM_REMAP) { in target_shmat()
1402 | (reserved_va || mapped || (shmflg & SHM_REMAP) in target_shmat()
1419 shmflg |= SHM_REMAP; in target_shmat()
H A Dstrace.c682 FLAG_GENERIC(SHM_REMAP), in print_shmat()
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h380 shmflg | SHM_REMAP); in do_bsd_shmat()
/openbmc/linux/ipc/
H A Dshm.c1552 if (!addr && (shmflg & SHM_REMAP)) in do_shmat()
1562 } else if ((shmflg & SHM_REMAP)) in do_shmat()
1656 if (addr && !(shmflg & SHM_REMAP)) { in do_shmat()