Home
last modified time | relevance | path

Searched refs:HPTE_R_M (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/include/asm/
Dkvm_book3s_64.h286 if (wimg == (HPTE_R_W | HPTE_R_I | HPTE_R_M) && in hpte_cache_flags_ok()
288 wimg = HPTE_R_M; in hpte_cache_flags_ok()
291 return wimg == HPTE_R_M; in hpte_cache_flags_ok()
Dmmu-hash64.h89 #define HPTE_R_M ASM_CONST(0x0000000000000010) macro
/arch/powerpc/mm/
Dhugetlbpage-hash64.c105 rflags |= HPTE_R_M; in __hash_page_huge()
Dhugepage-hash64.c140 rflags |= HPTE_R_M; in __hash_page_thp()
Dhash_low_64.S155 ori r3,r3,HPTE_R_C | HPTE_R_M
471 ori r3,r3,HPTE_R_C | HPTE_R_M
816 ori r3,r3,HPTE_R_C | HPTE_R_M
Dhash_utils_64.c179 return rflags | HPTE_R_C | HPTE_R_M; in htab_convert_pte_flags()
/arch/powerpc/platforms/pseries/
Dlpar.c157 hpte_r &= ~HPTE_R_M; in pSeries_lpar_hpte_insert()
/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c201 HPTE_R_R | HPTE_R_C | HPTE_R_M | PP_RWXX; in kvmppc_map_vrma()
569 r = (r & ~(HPTE_R_W|HPTE_R_I|HPTE_R_G)) | HPTE_R_M; in kvmppc_book3s_hv_page_fault()
Dbook3s_hv_rm_mmu.c279 ptel |= HPTE_R_M; in kvmppc_do_h_enter()