Searched refs:arch_vmap_pud_supported (Results 1 – 8 of 8) sorted by relevance
9 #define arch_vmap_pud_supported arch_vmap_pud_supported macro10 static __always_inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported() function
11 #define arch_vmap_pud_supported arch_vmap_pud_supported macro12 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported() function
9 #define arch_vmap_pud_supported arch_vmap_pud_supported macro10 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported() function
4 # description: arch supports the arch_vmap_pud_supported() and arch_vmap_pmd_supported() …
94 #ifndef arch_vmap_pud_supported95 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported() function
452 if (!arch_vmap_pud_supported(args->page_prot) || in pud_huge_tests()
191 if (!arch_vmap_pud_supported(prot)) in vmap_try_huge_pud()