Home
last modified time | relevance | path

Searched refs:MAP_ABOVE4G (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dmman.h18 #ifndef MAP_ABOVE4G
19 #define MAP_ABOVE4G 0 macro
56 | MAP_ABOVE4G \
/openbmc/qemu/linux-headers/asm-x86/
H A Dmman.h6 #define MAP_ABOVE4G 0x80 /* only map above 4GB */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dmman.h6 #define MAP_ABOVE4G 0x80 /* only map above 4GB */ macro
/openbmc/linux/arch/x86/kernel/
H A Dsys_x86_64.c196 if (!in_32bit_syscall() && (flags & MAP_ABOVE4G)) in arch_get_unmapped_area_topdown()
H A Dshstk.c103 int flags = MAP_ANONYMOUS | MAP_PRIVATE | MAP_ABOVE4G; in alloc_shstk()