Home
last modified time | relevance | path

Searched refs:arch_vmap_p4d_supported (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/linux/
Dvmalloc.h82 #ifndef arch_vmap_p4d_supported
83 static inline bool arch_vmap_p4d_supported(pgprot_t prot) in arch_vmap_p4d_supported() function
/linux-5.19.10/mm/
Dvmalloc.c242 if (!arch_vmap_p4d_supported(prot)) in vmap_try_huge_p4d()