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

/arch/powerpc/platforms/ps3/
H A Dhtab.c109 static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp, argument
156 static void ps3_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, argument
/arch/powerpc/platforms/cell/
H A Dbeat_htab.c180 * NOTE: for updatepp ops we are fortunate that the linux "newpp" bits and
182 * We can probably optimize here and assume the high bits of newpp are
186 unsigned long newpp,
197 "avpnv=%016lx, slot=%016lx, psize: %d, newpp %016lx ... ",
198 want_v & HPTE_V_AVPN, slot, psize, newpp);
208 lpar_rc = beat_write_htab_entry(0, slot, 0, newpp, 0, 7, &dummy0,
254 static void beat_lpar_hpte_updateboltedpp(unsigned long newpp, argument
268 lpar_rc = beat_write_htab_entry(0, slot, 0, newpp, 0, 7,
360 * NOTE: for updatepp ops we are fortunate that the linux "newpp" bits and
362 * We can probably optimize here and assume the high bits of newpp ar
185 beat_lpar_hpte_updatepp(unsigned long slot, unsigned long newpp, unsigned long va, int psize, int ssize, int local) argument
365 beat_lpar_hpte_updatepp_v3(unsigned long slot, unsigned long newpp, unsigned long va, int psize, int ssize, int local) argument
[all...]
/arch/powerpc/mm/
H A Dhash_native_64.c227 static long native_hpte_updatepp(unsigned long slot, unsigned long newpp, argument
237 DBG_LOW(" update(va=%016lx, avpnv=%016lx, hash=%016lx, newpp=%x)",
238 va, want_v & HPTE_V_AVPN, slot, newpp);
252 (newpp & (HPTE_R_PP | HPTE_R_N | HPTE_R_C));
295 static void native_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, argument
312 (newpp & (HPTE_R_PP | HPTE_R_N));
/arch/powerpc/platforms/pseries/
H A Dlpar.c246 * NOTE: for updatepp ops we are fortunate that the linux "newpp" bits and
248 * We can probably optimize here and assume the high bits of newpp are
252 unsigned long newpp,
257 unsigned long flags = (newpp & 7) | H_AVPN;
322 static void pSeries_lpar_hpte_updateboltedpp(unsigned long newpp, argument
334 flags = newpp & 7;
251 pSeries_lpar_hpte_updatepp(unsigned long slot, unsigned long newpp, unsigned long va, int psize, int ssize, int local) argument

Completed in 397 milliseconds