Home
last modified time | relevance | path

Searched defs:hpte_group (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_64k.c41 unsigned long hpte_group; in __hash_page_4K() local
228 unsigned long hpte_group; in __hash_page_64K() local
Dhash_4k.c24 unsigned long hpte_group; in __hash_page_4K() local
Dhash_hugepage.c129 unsigned long hpte_group; in __hash_page_thp() local
Dhash_native.c265 static long native_hpte_insert(unsigned long hpte_group, unsigned long vpn, in native_hpte_insert()
329 static long native_hpte_remove(unsigned long hpte_group) in native_hpte_remove()
448 unsigned long hpte_group; in native_hpte_find() local
Dhash_utils.c1954 unsigned long hpte_group; in hpte_insert_repeating() local
/linux-6.1.9/arch/powerpc/platforms/ps3/
Dhtab.c34 static long ps3_hpte_insert(unsigned long hpte_group, unsigned long vpn, in ps3_hpte_insert()
92 static long ps3_hpte_remove(unsigned long hpte_group) in ps3_hpte_remove()
/linux-6.1.9/arch/powerpc/mm/ptdump/
Dhashpagetable.c210 unsigned long hash, vsid, vpn, hpte_group, want_v, hpte_v; in native_find() local
245 unsigned long vsid, vpn, hash, hpte_group, want_v; in pseries_find() local
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dlpar.c756 static long pSeries_lpar_hpte_insert(unsigned long hpte_group, in pSeries_lpar_hpte_insert()
814 static long pSeries_lpar_hpte_remove(unsigned long hpte_group) in pSeries_lpar_hpte_remove()
958 static long __pSeries_lpar_hpte_find(unsigned long want_v, unsigned long hpte_group) in __pSeries_lpar_hpte_find()
991 unsigned long hpte_group; in pSeries_lpar_hpte_find() local
/linux-6.1.9/arch/powerpc/include/asm/
Dplpar_wrappers.h97 unsigned long hpte_group, unsigned long hpte_v, in plpar_pte_enter()