Home
last modified time | relevance | path

Searched refs:newpp (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/platforms/ps3/
Dhtab.c111 static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp, in ps3_hpte_updatepp() argument
159 static void ps3_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, in ps3_hpte_updateboltedpp() argument
/arch/powerpc/platforms/pseries/
Dlpar.c276 unsigned long newpp, in pSeries_lpar_hpte_updatepp() argument
290 flags = (newpp & 7) | H_AVPN; in pSeries_lpar_hpte_updatepp()
293 flags |= (newpp & HPTE_R_PP0) >> 55; in pSeries_lpar_hpte_updatepp()
352 static void pSeries_lpar_hpte_updateboltedpp(unsigned long newpp, in pSeries_lpar_hpte_updateboltedpp() argument
365 flags = newpp & 7; in pSeries_lpar_hpte_updateboltedpp()
368 flags |= (newpp & HPTE_R_PP0) >> 55; in pSeries_lpar_hpte_updateboltedpp()
/arch/powerpc/mm/
Dhash_native_64.c289 static long native_hpte_updatepp(unsigned long slot, unsigned long newpp, in native_hpte_updatepp() argument
300 vpn, want_v & HPTE_V_AVPN, slot, newpp); in native_hpte_updatepp()
329 (newpp & (HPTE_R_PPP | HPTE_R_N | in native_hpte_updatepp()
381 static void native_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, in native_hpte_updateboltedpp() argument
400 (newpp & (HPTE_R_PPP | HPTE_R_N))); in native_hpte_updateboltedpp()
/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h138 unsigned long newpp,
142 void (*hpte_updateboltedpp)(unsigned long newpp,