Home
last modified time | relevance | path

Searched refs:newpp (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_pgtable.c406 unsigned long start, end, newpp; member
419 unsigned int step, unsigned long newpp) in change_memory_range() argument
424 start, end, newpp, step); in change_memory_range()
428 mmu_hash_ops.hpte_updateboltedpp(newpp, idx, mmu_linear_psize, in change_memory_range()
490 change_memory_range(parms->start, parms->end, parms->step, parms->newpp); in change_memory_range_fn()
501 unsigned long newpp) in hash__change_memory_range() argument
520 chmem_parms.newpp = newpp; in hash__change_memory_range()
536 change_memory_range(start, end, step, newpp); in hash__change_memory_range()
Dhash_native.c369 static long native_hpte_updatepp(unsigned long slot, unsigned long newpp, in native_hpte_updatepp() argument
383 vpn, want_v & HPTE_V_AVPN, slot, newpp); in native_hpte_updatepp()
408 (newpp & (HPTE_R_PPP | HPTE_R_N | in native_hpte_updatepp()
480 static void native_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, in native_hpte_updateboltedpp() argument
502 (newpp & (HPTE_R_PPP | HPTE_R_N))); in native_hpte_updateboltedpp()
/linux-6.1.9/arch/powerpc/platforms/ps3/
Dhtab.c98 static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp, in ps3_hpte_updatepp() argument
146 static void ps3_hpte_updateboltedpp(unsigned long newpp, unsigned long ea, in ps3_hpte_updateboltedpp() argument
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dlpar.c924 unsigned long newpp, in pSeries_lpar_hpte_updatepp() argument
935 flags = (newpp & (HPTE_R_PP | HPTE_R_N | HPTE_R_KEY_LO)) | H_AVPN; in pSeries_lpar_hpte_updatepp()
936 flags |= (newpp & HPTE_R_KEY_HI) >> 48; in pSeries_lpar_hpte_updatepp()
939 flags |= (newpp & HPTE_R_PP0) >> 55; in pSeries_lpar_hpte_updatepp()
1012 static void pSeries_lpar_hpte_updateboltedpp(unsigned long newpp, in pSeries_lpar_hpte_updateboltedpp() argument
1025 flags = newpp & (HPTE_R_PP | HPTE_R_N); in pSeries_lpar_hpte_updateboltedpp()
1028 flags |= (newpp & HPTE_R_PP0) >> 55; in pSeries_lpar_hpte_updateboltedpp()
1030 flags |= ((newpp & HPTE_R_KEY_HI) >> 48) | (newpp & HPTE_R_KEY_LO); in pSeries_lpar_hpte_updateboltedpp()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h141 unsigned long newpp,
145 void (*hpte_updateboltedpp)(unsigned long newpp,