Searched refs:MAP_LOCKED (Results 1 – 18 of 18) sorted by relevance
| /linux/include/linux/ |
| H A D | mman.h | 50 | MAP_LOCKED \ 156 _calc_vm_trans(flags, MAP_LOCKED, VM_LOCKED ) | in calc_vm_flag_bits()
|
| /linux/tools/arch/powerpc/include/uapi/asm/ |
| H A D | mman.h | 7 #define MAP_LOCKED 0x80 macro
|
| /linux/tools/arch/sparc/include/uapi/asm/ |
| H A D | mman.h | 7 #define MAP_LOCKED 0x100 macro
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | mman.h | 10 #define MAP_LOCKED 0x2000 /* pages are locked */ macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | mman.h | 14 #define MAP_LOCKED 0x100 /* lock the mapping */ macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | mman.h | 18 #define MAP_LOCKED 0x80 macro
|
| /linux/tools/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 27 #define MAP_LOCKED 0x8000 macro
|
| /linux/tools/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 26 #define MAP_LOCKED 0x08000 macro
|
| /linux/tools/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 26 #define MAP_LOCKED 0x8000 macro
|
| /linux/tools/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 26 #define MAP_LOCKED 0x2000 macro
|
| /linux/tools/testing/selftests/mm/ |
| H A D | compaction_test.c | 242 MAP_ANONYMOUS | MAP_PRIVATE | MAP_LOCKED, -1, 0); in main()
|
| /linux/mm/ |
| H A D | mmap.c | 416 if (flags & MAP_LOCKED) in do_mmap() 515 if (flags & (MAP_LOCKED | MAP_HUGETLB)) in do_mmap() 1133 flags |= MAP_LOCKED; in SYSCALL_DEFINE5()
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 265 MAP_LOCKED flag; 458 mmap(MAP_LOCKED) System Call Handling 462 can request that a region of memory be mlocked by supplying the MAP_LOCKED flag 465 mm_populate fails) and returns with ENOMEM while mmap(MAP_LOCKED) will not fail.
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | toeplitz.c | 310 MAP_SHARED | MAP_LOCKED | MAP_POPULATE, fd, 0); in setup_ring()
|
| /linux/tools/testing/selftests/net/ |
| H A D | psock_tpacket.c | 713 MAP_SHARED | MAP_LOCKED | MAP_POPULATE, sock, 0); in mmap_ring()
|
| /linux/tools/bpf/ |
| H A D | bpf_dbg.c | 973 MAP_SHARED | MAP_LOCKED, pcap_fd, 0); in try_load_pcap()
|
| /linux/Documentation/networking/ |
| H A D | packet_mmap.rst | 861 PROT_READ | PROT_WRITE, MAP_SHARED | MAP_LOCKED, fd, 0);
|
| /linux/kernel/events/ |
| H A D | core.c | 9709 flags |= MAP_LOCKED; in perf_event_mmap_event()
|