Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dshm.h80 #define SHM_REMAP 040000 /* take-over region on attach */ macro
/Linux-v5.4/ipc/
Dshm.c1448 if (!addr && (shmflg & SHM_REMAP)) in do_shmat()
1458 } else if ((shmflg & SHM_REMAP)) in do_shmat()
1552 if (addr && !(shmflg & SHM_REMAP)) { in do_shmat()