Searched refs:mmap_address_hint_valid (Results 1 – 3 of 3) sorted by relevance
160 * mmap_address_hint_valid - Validate the address hint of mmap197 bool mmap_address_hint_valid(unsigned long addr, unsigned long len) in mmap_address_hint_valid() function
180 /* 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()
313 extern bool mmap_address_hint_valid(unsigned long addr, unsigned long len);