Home
last modified time | relevance | path

Searched refs:get_hugepd_cache_index (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dpgtable-64k.h57 static inline int get_hugepd_cache_index(int index) in get_hugepd_cache_index() function
Dpgtable-4k.h60 static inline int get_hugepd_cache_index(int index) in get_hugepd_cache_index() function
/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dpgalloc.h47 #define get_hugepd_cache_index(x) (x) macro
/linux-5.19.10/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h50 #define get_hugepd_cache_index(x) (x) macro
/linux-5.19.10/arch/powerpc/mm/
Dhugetlbpage.c343 get_hugepd_cache_index(pdshift - shift)); in free_hugepd_range()