Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A 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
/openbmc/linux/include/linux/
H A 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
/openbmc/linux/mm/
H A Dvmalloc.c3284 shift = arch_vmap_pte_supported_shift(size_per_node); in __vmalloc_node_range()