Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/include/asm/
Dvmalloc.h56 #define arch_vmap_pte_supported_shift arch_vmap_pte_supported_shift macro
57 static inline int arch_vmap_pte_supported_shift(unsigned long size) in arch_vmap_pte_supported_shift() function
/Linux-v6.6/arch/powerpc/include/asm/nohash/32/
Dmmu-8xx.h258 static inline int arch_vmap_pte_supported_shift(unsigned long size) in arch_vmap_pte_supported_shift() function
267 #define arch_vmap_pte_supported_shift arch_vmap_pte_supported_shift macro
/Linux-v6.6/include/linux/
Dvmalloc.h113 #ifndef arch_vmap_pte_supported_shift
114 static inline int arch_vmap_pte_supported_shift(unsigned long size) in arch_vmap_pte_supported_shift() function
/Linux-v6.6/mm/
Dvmalloc.c3273 shift = arch_vmap_pte_supported_shift(size_per_node); in __vmalloc_node_range()