Home
last modified time | relevance | path

Searched refs:SHM_REMAP (Results 1 - 11 of 11) sorted by relevance

/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H A Dshm_test_006.cpp51 shared = shmat(shmid, remap, SHM_REMAP); in Testcase()
H A Dshm_test_003.cpp67 shm = shmat(shmid, vaddr, SHM_REMAP); in Testcase()
H A Dshm_test_005.cpp49 shm = shmat(shmid, NULL, SHM_REMAP); in Testcase()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dshm.h80 #define SHM_REMAP 040000 /* take-over region on attach */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dshm.h80 #define SHM_REMAP 040000 /* take-over region on attach */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dshm.h64 #define SHM_REMAP 040000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dshm.h53 #define SHM_REMAP 040000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dshm.h64 #define SHM_REMAP 040000 macro
/kernel/liteos_a/kernel/base/vm/
H A Dshm.c518 if (((UINT32)shmflg & SHM_REMAP) && (shmaddr == NULL)) { in ShmatParamCheck()
554 if (!((UINT32)shmflg & SHM_REMAP) && (LOS_RegionFind(space, vaddr) || in ShmatVmmAlloc()
/kernel/linux/linux-5.10/ipc/
H A Dshm.c1542 if (!addr && (shmflg & SHM_REMAP)) in do_shmat()
1552 } else if ((shmflg & SHM_REMAP)) in do_shmat()
1646 if (addr && !(shmflg & SHM_REMAP)) { in do_shmat()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds