Searched refs:newpp (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/powerpc/mm/book3s64/ |
D | hash_pgtable.c | 415 unsigned long newpp) in hash__change_memory_range() argument 430 start, end, newpp, step); in hash__change_memory_range() 434 mmu_hash_ops.hpte_updateboltedpp(newpp, idx, mmu_linear_psize, in hash__change_memory_range()
|
D | hash_native.c | 432 static long native_hpte_updatepp(unsigned long slot, unsigned long newpp, in native_hpte_updatepp() argument 443 vpn, want_v & HPTE_V_AVPN, slot, newpp); in native_hpte_updatepp() 468 (newpp & (HPTE_R_PPP | HPTE_R_N | in native_hpte_updatepp() 518 static void native_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, in native_hpte_updateboltedpp() argument 537 (newpp & (HPTE_R_PPP | HPTE_R_N))); in native_hpte_updateboltedpp()
|
/Linux-v5.4/arch/powerpc/platforms/ps3/ |
D | htab.c | 99 static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp, in ps3_hpte_updatepp() argument 147 static void ps3_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, in ps3_hpte_updateboltedpp() argument
|
/Linux-v5.4/arch/powerpc/platforms/pseries/ |
D | lpar.c | 870 unsigned long newpp, in pSeries_lpar_hpte_updatepp() argument 881 flags = (newpp & 7) | H_AVPN; in pSeries_lpar_hpte_updatepp() 884 flags |= (newpp & HPTE_R_PP0) >> 55; in pSeries_lpar_hpte_updatepp() 949 static void pSeries_lpar_hpte_updateboltedpp(unsigned long newpp, in pSeries_lpar_hpte_updateboltedpp() argument 962 flags = newpp & 7; in pSeries_lpar_hpte_updateboltedpp() 965 flags |= (newpp & HPTE_R_PP0) >> 55; in pSeries_lpar_hpte_updateboltedpp()
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 141 unsigned long newpp, 145 void (*hpte_updateboltedpp)(unsigned long newpp,
|