Home
last modified time | relevance | path

Searched refs:arch_vmap_pte_supported_shift (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dvmalloc.h62 #define arch_vmap_pte_supported_shift arch_vmap_pte_supported_shift macro
63 static inline int arch_vmap_pte_supported_shift(unsigned long size) in arch_vmap_pte_supported_shift() function
/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-8xx.h253 static inline int arch_vmap_pte_supported_shift(unsigned long size) in arch_vmap_pte_supported_shift() function
262 #define arch_vmap_pte_supported_shift arch_vmap_pte_supported_shift macro
/linux/mm/
H A Dvmalloc.c3847 shift = arch_vmap_pte_supported_shift(size); in __vmalloc_node_range_noprof()