Searched refs:tlb_v (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/cris/ |
H A D | mmu.c | 142 int tlb_pid, tlb_g, tlb_v, tlb_k, tlb_w, tlb_x; in cris_mmu_translate_page() local 203 tlb_v = EXTRACT_FIELD(lo, 3, 3); in cris_mmu_translate_page() 234 } else if (cfg_v && !tlb_v) { in cris_mmu_translate_page() 296 int tlb_pid, tlb_g, tlb_v; in cris_mmu_flush_pid() local 310 tlb_v = EXTRACT_FIELD(lo, 3, 3); in cris_mmu_flush_pid() 312 if (tlb_v && !tlb_g && (tlb_pid == pid)) { in cris_mmu_flush_pid()
|
H A D | op_helper.c | 89 int tlb_v; in helper_movl_sreg_reg() local 103 tlb_v = EXTRACT_FIELD(env->tlbsets[srs - 1][set][idx].lo, 3, 3); in helper_movl_sreg_reg() 108 vaddr, tlb_v, env->pc); in helper_movl_sreg_reg() 109 if (tlb_v) { in helper_movl_sreg_reg()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu_helper.c | 22 uint8_t tlb_ps, n, tlb_v, tlb_d, tlb_plv, tlb_nx, tlb_nr, tlb_rplv; in loongarch_map_tlb_entry() local 32 tlb_v = FIELD_EX64(tlb_entry, TLBENTRY, V); in loongarch_map_tlb_entry() 51 if (!tlb_v) { in loongarch_map_tlb_entry()
|