Searched refs:MAP_LOCKED (Results 1 – 11 of 11) sorted by relevance
9 #define MAP_LOCKED 0x2000 /* pages are locked */ macro
27 #define MAP_LOCKED 0x0200 /* pages are locked */ macro
11 #define MAP_LOCKED 0x100 /* lock the mapping */ macro
53 #define MAP_LOCKED 0x8000 /* pages are locked */ macro
27 #define MAP_LOCKED 0x08000 /* lock the mapping */ macro
46 #define MAP_LOCKED 0x8000 /* pages are locked */ macro
17 #define MAP_LOCKED 0x80 macro
20 #define MAP_LOCKED 0x2000 /* pages are locked */ macro
90 _calc_vm_trans(flags, MAP_LOCKED, VM_LOCKED ); in calc_vm_flag_bits()
25 - mmap(MAP_LOCKED) system call handling.283 MAP_LOCKED flag;457 mmap(MAP_LOCKED) SYSTEM CALL HANDLING461 that a region of memory be mlocked supplying the MAP_LOCKED flag to the mmap()
1038 if (flags & MAP_LOCKED) in do_mmap_pgoff()