Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/nohash/32/
Dmmu-8xx.h260 static inline int arch_vmap_pte_supported_shift(unsigned long size) in arch_vmap_pte_supported_shift() function
269 #define arch_vmap_pte_supported_shift arch_vmap_pte_supported_shift macro
/Linux-v5.15/include/linux/
Dvmalloc.h115 #ifndef arch_vmap_pte_supported_shift
116 static inline int arch_vmap_pte_supported_shift(unsigned long size) in arch_vmap_pte_supported_shift() function
/Linux-v5.15/mm/
Dvmalloc.c3006 shift = arch_vmap_pte_supported_shift(size_per_node); in __vmalloc_node_range()