Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c43 unsigned long hpte_group; in __hash_page_4K() local
233 unsigned long hpte_group; in __hash_page_64K() local
H A Dhash_4k.c26 unsigned long hpte_group; in __hash_page_4K() local
H A Dhash_hugepage.c129 unsigned long hpte_group; in __hash_page_thp() local
H A 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()
453 unsigned long hpte_group; in native_hpte_find() local
H A Dhash_utils.c2021 unsigned long hpte_group; in hpte_insert_repeating() local
2070 void hpt_do_stress(unsigned long ea, unsigned long hpte_group) in hpt_do_stress()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A 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()
/openbmc/linux/arch/powerpc/mm/ptdump/
H A 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
/openbmc/linux/arch/powerpc/platforms/pseries/
H A 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
/openbmc/linux/arch/powerpc/include/asm/
H A Dplpar_wrappers.h98 unsigned long hpte_group, unsigned long hpte_v, in plpar_pte_enter()