Searched refs:arch_vmap_pmd_supported (Results 1 – 8 of 8) sorted by relevance
16 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro17 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
18 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro19 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
19 #define arch_vmap_pmd_supported arch_vmap_pmd_supported macro20 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
100 #ifndef arch_vmap_pmd_supported101 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported() function
4 # description: arch supports the arch_vmap_pud_supported() and arch_vmap_pmd_supported() …
140 if (!arch_vmap_pmd_supported(prot)) in vmap_try_huge_pmd()3045 if (arch_vmap_pmd_supported(prot) && size_per_node >= PMD_SIZE) in __vmalloc_node_range()
464 if (!arch_vmap_pmd_supported(args->page_prot)) in pmd_huge_tests()
852 # arch_vmap_pmd_supported() returns true), and they must make no assumptions
Completed in 18 milliseconds