Home
last modified time | relevance | path

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

/Linux-v5.10/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.c344 static long native_hpte_insert(unsigned long hpte_group, unsigned long vpn, in native_hpte_insert()
400 static long native_hpte_remove(unsigned long hpte_group) in native_hpte_remove()
513 unsigned long hpte_group; in native_hpte_find() local
Dhash_utils.c1869 unsigned long hpte_group; in hpte_insert_repeating() local
/Linux-v5.10/arch/powerpc/platforms/ps3/
Dhtab.c35 static long ps3_hpte_insert(unsigned long hpte_group, unsigned long vpn, in ps3_hpte_insert()
93 static long ps3_hpte_remove(unsigned long hpte_group) in ps3_hpte_remove()
/Linux-v5.10/arch/powerpc/mm/ptdump/
Dhashpagetable.c210 unsigned long hash, vsid, vpn, hpte_group, want_v, hpte_v; in native_find() local
242 unsigned long vsid, vpn, hash, hpte_group, want_v; in pseries_find() local
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dlpar.c714 static long pSeries_lpar_hpte_insert(unsigned long hpte_group, in pSeries_lpar_hpte_insert()
772 static long pSeries_lpar_hpte_remove(unsigned long hpte_group) in pSeries_lpar_hpte_remove()
912 static long __pSeries_lpar_hpte_find(unsigned long want_v, unsigned long hpte_group) in __pSeries_lpar_hpte_find()
945 unsigned long hpte_group; in pSeries_lpar_hpte_find() local
/Linux-v5.10/arch/powerpc/include/asm/
Dplpar_wrappers.h94 unsigned long hpte_group, unsigned long hpte_v, in plpar_pte_enter()