Lines Matching defs:newpp
918 * NOTE: for updatepp ops we are fortunate that the linux "newpp" bits and
920 * We can probably optimize here and assume the high bits of newpp are
924 unsigned long newpp,
935 flags = (newpp & (HPTE_R_PP | HPTE_R_N | HPTE_R_KEY_LO)) | H_AVPN;
936 flags |= (newpp & HPTE_R_KEY_HI) >> 48;
939 flags |= (newpp & HPTE_R_PP0) >> 55;
1012 static void pSeries_lpar_hpte_updateboltedpp(unsigned long newpp,
1025 flags = newpp & (HPTE_R_PP | HPTE_R_N);
1028 flags |= (newpp & HPTE_R_PP0) >> 55;
1030 flags |= ((newpp & HPTE_R_KEY_HI) >> 48) | (newpp & HPTE_R_KEY_LO);