taglinefilesource code
MAP_LOCKED24include/asm-alpha/mman.h#define MAP_LOCKED  0x8000    /* lock the mapping */
MAP_LOCKED18include/asm-i386/mman.h#define MAP_LOCKED  0x2000    /* pages are locked */
MAP_LOCKED43include/asm-mips/mman.h#define MAP_LOCKED  0x8000    /* pages are locked */
MAP_LOCKED20include/asm-sparc/mman.h#define MAP_LOCKED      0x100           /* lock the mapping */