Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dkvm_book3s_64.h209 if (wimg == (HPTE_R_W | HPTE_R_I | HPTE_R_M) && in hpte_cache_flags_ok()
211 wimg = HPTE_R_M; in hpte_cache_flags_ok()
214 return wimg == HPTE_R_M; in hpte_cache_flags_ok()
/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h99 #define HPTE_R_M ASM_CONST(0x0000000000000010) macro
/arch/powerpc/mm/
Dhash_utils_64.c225 rflags |= (HPTE_R_W | HPTE_R_I | HPTE_R_M); in htab_convert_pte_flags()
230 rflags |= HPTE_R_M; in htab_convert_pte_flags()
/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c201 HPTE_R_R | HPTE_R_C | HPTE_R_M | PP_RWXX; in kvmppc_map_vrma()
568 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()