Lines Matching refs:access_id
159 static int match_prot_id_1(uint32_t access_id, uint32_t prot_id) in match_prot_id_1() argument
161 if (((access_id ^ (prot_id >> 1)) & ACCESS_ID_MASK) == 0) { in match_prot_id_1()
169 static int match_prot_id32(CPUHPPAState *env, uint32_t access_id) in match_prot_id32() argument
174 r = match_prot_id_1(access_id, env->cr[i]); in match_prot_id32()
182 static int match_prot_id64(CPUHPPAState *env, uint32_t access_id) in match_prot_id64() argument
187 r = match_prot_id_1(access_id, env->cr[i]); in match_prot_id64()
191 r = match_prot_id_1(access_id, env->cr[i] >> 32); in match_prot_id64()
271 if (ent->access_id && MMU_IDX_TO_P(mmu_idx)) { in hppa_get_physical_address()
273 ? match_prot_id64(env, ent->access_id) in hppa_get_physical_address()
274 : match_prot_id32(env, ent->access_id)); in hppa_get_physical_address()
493 ent->access_id = extract32(reg, 1, 18); in set_access_bits_pa11()
504 trace_hppa_tlb_itlbp(env, ent, ent->access_id, ent->u, ent->ar_pl2, in set_access_bits_pa11()
558 ent->access_id = extract64(r2, 1, 31); in itlbt_pa20()
563 trace_hppa_tlb_itlbp(env, ent, ent->access_id, ent->u, in itlbt_pa20()