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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dhtab.c144 static long iSeries_hpte_updatepp(unsigned long slot, unsigned long newpp, argument
160 HvCallHpt_setPp(slot, (newpp & 0x3) | ((newpp & 0x4) << 1));
207 static void iSeries_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, argument
221 HvCallHpt_setPp(slot, newpp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dhtab.c179 * NOTE: for updatepp ops we are fortunate that the linux "newpp" bits and
181 * We can probably optimize here and assume the high bits of newpp are
185 unsigned long newpp,
195 "avpnv=%016lx, slot=%016lx, psize: %d, newpp %016lx ... ",
196 want_v & HPTE_V_AVPN, slot, psize, newpp);
206 lpar_rc = beat_write_htab_entry(0, slot, 0, newpp, 0, 7, &dummy0,
252 static void beat_lpar_hpte_updateboltedpp(unsigned long newpp, argument
265 lpar_rc = beat_write_htab_entry(0, slot, 0, newpp, 0, 7,
184 beat_lpar_hpte_updatepp(unsigned long slot, unsigned long newpp, unsigned long va, int psize, int local) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmachdep.h57 unsigned long newpp,
61 void (*hpte_updateboltedpp)(unsigned long newpp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_native_64.c217 static long native_hpte_updatepp(unsigned long slot, unsigned long newpp, argument
226 DBG_LOW(" update(va=%016lx, avpnv=%016lx, hash=%016lx, newpp=%x)",
227 va, want_v & HPTE_V_AVPN, slot, newpp);
242 (newpp & (HPTE_R_PP | HPTE_R_N | HPTE_R_C));
292 static void native_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, argument
309 (newpp & (HPTE_R_PP | HPTE_R_N));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dlpar.c385 * NOTE: for updatepp ops we are fortunate that the linux "newpp" bits and
387 * We can probably optimize here and assume the high bits of newpp are
391 unsigned long newpp,
396 unsigned long flags = (newpp & 7) | H_AVPN;
468 static void pSeries_lpar_hpte_updateboltedpp(unsigned long newpp, argument
480 flags = newpp & 7;
390 pSeries_lpar_hpte_updatepp(unsigned long slot, unsigned long newpp, unsigned long va, int psize, int local) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dhtab.c169 static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp, argument
207 static void ps3_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, argument

Completed in 62 milliseconds