Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dmmap.c160 * mmap_address_hint_valid - Validate the address hint of mmap
197 bool mmap_address_hint_valid(unsigned long addr, unsigned long len) in mmap_address_hint_valid() function
/linux/arch/x86/kernel/
H A Dsys_x86_64.c180 /* No address checking. See comment at mmap_address_hint_valid() */ in arch_get_unmapped_area_topdown()
191 if (!mmap_address_hint_valid(addr, len)) in arch_get_unmapped_area_topdown()
/linux/arch/x86/include/asm/
H A Delf.h313 extern bool mmap_address_hint_valid(unsigned long addr, unsigned long len);