Home
last modified time | relevance | path

Searched refs:in_32bit_syscall (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/
H A Dsys_x86_64.c95 if (!in_32bit_syscall() && (flags & MAP_32BIT)) { in find_start_end()
112 if (in_32bit_syscall()) in find_start_end()
185 if (!in_32bit_syscall() && (flags & MAP_32BIT)) in arch_get_unmapped_area_topdown()
202 if (!in_32bit_syscall() && (flags & MAP_ABOVE4G)) in arch_get_unmapped_area_topdown()
220 if (addr > DEFAULT_MAP_WINDOW && !in_32bit_syscall()) in arch_get_unmapped_area_topdown()
/linux/arch/x86/include/asm/
H A Dcompat.h92 static inline bool in_32bit_syscall(void) in in_32bit_syscall() function
100 return in_32bit_syscall(); in in_compat_syscall()
/linux/arch/x86/mm/
H A Dmmap.c151 if (in_32bit_syscall()) { in get_mmap_base()