Searched refs:newpp (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/platforms/ps3/ |
D | htab.c | 111 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/ |
D | lpar.c | 276 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/ |
D | hash_native_64.c | 289 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/ |
D | mmu-hash.h | 138 unsigned long newpp, 142 void (*hpte_updateboltedpp)(unsigned long newpp,
|