Home
last modified time | relevance | path

Searched refs:wimg (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dkvm_book3s_64.h142 unsigned int wimg = ptel & HPTE_R_WIMG; in hpte_cache_flags_ok() local
145 if (wimg == (HPTE_R_W | HPTE_R_I | HPTE_R_M) && in hpte_cache_flags_ok()
147 wimg = HPTE_R_M; in hpte_cache_flags_ok()
150 return wimg == HPTE_R_M; in hpte_cache_flags_ok()
152 return (wimg & (HPTE_R_W | HPTE_R_I)) == io_type; in hpte_cache_flags_ok()
Dkvm_book3s.h32 u8 wimg; member
/arch/powerpc/kvm/
Dbook3s_emulate.c285 bat->wimg = (val >> 3) & 0xf; in kvmppc_set_bat()