Home
last modified time | relevance | path

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

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