Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/mm/
Dpageattr.c79 is_vm_area_hugepages((void *)addr))) in change_memory_attr()
/linux-5.19.10/include/linux/
Dvmalloc.h220 static inline bool is_vm_area_hugepages(const void *addr) in is_vm_area_hugepages() function
/linux-5.19.10/kernel/bpf/
Dcore.c861 if (!ptr || !is_vm_area_hugepages(ptr)) { in select_bpf_prog_pack_size()
/linux-5.19.10/mm/
Dpage_alloc.c8955 huge = is_vm_area_hugepages(table); in alloc_large_system_hash()