Home
last modified time | relevance | path

Searched refs:MAP_32BIT (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Dmman.h14 #define MAP_32BIT 0x40 /* only give out 32bit addresses */ macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dsys_x86_64.c78 } else if (flags & MAP_32BIT) { in arch_get_unmapped_area()
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_binfmt.c286 type|MAP_32BIT, in elf32_map()
Dsys_ia32.c2128 error = do_mmap_pgoff(file, addr, len, prot, flags|MAP_32BIT, pgoff); in sys32_mmap2()