Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmman.h50 | 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 Dmman.h7 #define MAP_LOCKED 0x80 macro
/linux/tools/arch/sparc/include/uapi/asm/
H A Dmman.h7 #define MAP_LOCKED 0x100 macro
/linux/include/uapi/asm-generic/
H A Dmman.h10 #define MAP_LOCKED 0x2000 /* pages are locked */ macro
/linux/tools/include/uapi/asm-generic/
H A Dmman.h10 #define MAP_LOCKED 0x2000 /* pages are locked */ macro
/linux/arch/sparc/include/uapi/asm/
H A Dmman.h14 #define MAP_LOCKED 0x100 /* lock the mapping */ macro
/linux/arch/powerpc/include/uapi/asm/
H A Dmman.h18 #define MAP_LOCKED 0x80 macro
/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h26 #define MAP_LOCKED 0x8000 macro
/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h27 #define MAP_LOCKED 0x8000 macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h26 #define MAP_LOCKED 0x08000 macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h26 #define MAP_LOCKED 0x2000 macro
/linux/arch/parisc/include/uapi/asm/
H A Dmman.h20 #define MAP_LOCKED 0x2000 /* pages are locked */ macro
/linux/arch/alpha/include/uapi/asm/
H A Dmman.h27 #define MAP_LOCKED 0x08000 /* lock the mapping */ macro
/linux/arch/mips/include/uapi/asm/
H A Dmman.h46 #define MAP_LOCKED 0x8000 /* pages are locked */ macro
/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h53 #define MAP_LOCKED 0x8000 /* pages are locked */ macro
/linux/mm/
H A Dmmap.c415 if (flags & MAP_LOCKED) in do_mmap()
514 if (flags & (MAP_LOCKED | MAP_HUGETLB)) in do_mmap()
1135 flags |= MAP_LOCKED; in SYSCALL_DEFINE5()
/linux/tools/testing/selftests/net/
H A Dtoeplitz.c280 MAP_SHARED | MAP_LOCKED | MAP_POPULATE, fd, 0); in setup_ring()
H A Dpsock_tpacket.c713 MAP_SHARED | MAP_LOCKED | MAP_POPULATE, sock, 0); in mmap_ring()
/linux/Documentation/mm/
H A Dunevictable-lru.rst265 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/bpf/
H A Dbpf_dbg.c973 MAP_SHARED | MAP_LOCKED, pcap_fd, 0); in try_load_pcap()
/linux/Documentation/networking/
H A Dpacket_mmap.rst861 PROT_READ | PROT_WRITE, MAP_SHARED | MAP_LOCKED, fd, 0);