Searched refs:wimg (Results 1 – 3 of 3) sorted by relevance
142 unsigned int wimg = ptel & HPTE_R_WIMG; in hpte_cache_flags_ok() local145 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()
32 u8 wimg; member
285 bat->wimg = (val >> 3) & 0xf; in kvmppc_set_bat()