Searched refs:tlb_e (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/loongarch/ |
H A D | cpu_helper.c | 96 uint8_t tlb_e, tlb_ps, tlb_g, stlb_ps; in loongarch_tlb_search() local 109 tlb_e = FIELD_EX64(tlb->tlb_misc, TLB_MISC, E); in loongarch_tlb_search() 110 if (tlb_e) { in loongarch_tlb_search() 126 tlb_e = FIELD_EX64(tlb->tlb_misc, TLB_MISC, E); in loongarch_tlb_search() 127 if (tlb_e) { in loongarch_tlb_search()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 240 uint8_t tlb_ps, tlb_e; in helper_tlbrd() local 250 tlb_e = FIELD_EX64(tlb->tlb_misc, TLB_MISC, E); in helper_tlbrd() 252 if (!tlb_e) { in helper_tlbrd()
|