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

/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dhtab.c111 static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp, ps3_hpte_updatepp() argument
159 static void ps3_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, ps3_hpte_updateboltedpp() argument
/linux-4.4.14/arch/powerpc/mm/
H A Dhash_native_64.c284 static long native_hpte_updatepp(unsigned long slot, unsigned long newpp, native_hpte_updatepp() argument
294 DBG_LOW(" update(vpn=%016lx, avpnv=%016lx, group=%lx, newpp=%lx)", native_hpte_updatepp()
295 vpn, want_v & HPTE_V_AVPN, slot, newpp); native_hpte_updatepp()
320 (newpp & (HPTE_R_PP | HPTE_R_N | native_hpte_updatepp()
370 static void native_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, native_hpte_updateboltedpp() argument
389 (newpp & (HPTE_R_PP | HPTE_R_N))); native_hpte_updateboltedpp()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dlpar.c284 * NOTE: for updatepp ops we are fortunate that the linux "newpp" bits and
286 * We can probably optimize here and assume the high bits of newpp are
290 unsigned long newpp, pSeries_lpar_hpte_updatepp()
296 unsigned long flags = (newpp & 7) | H_AVPN; pSeries_lpar_hpte_updatepp()
361 static void pSeries_lpar_hpte_updateboltedpp(unsigned long newpp, pSeries_lpar_hpte_updateboltedpp() argument
374 flags = newpp & 7; pSeries_lpar_hpte_updateboltedpp()
289 pSeries_lpar_hpte_updatepp(unsigned long slot, unsigned long newpp, unsigned long vpn, int psize, int apsize, int ssize, unsigned long inv_flags) pSeries_lpar_hpte_updatepp() argument
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmachdep.h42 unsigned long newpp,
46 void (*hpte_updateboltedpp)(unsigned long newpp,

Completed in 150 milliseconds