Searched defs:tlb_g (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 151 uint16_t csr_asid, tlb_asid, tlb_g; in invalidate_tlb() local 327 uint16_t csr_asid, tlb_asid, tlb_g; in helper_tlbclr() local 394 uint8_t tlb_g = FIELD_EX64(tlb->tlb_entry0, TLBENTRY, G); in helper_invtlb_all_g() local 409 uint8_t tlb_g = FIELD_EX64(tlb->tlb_entry0, TLBENTRY, G); in helper_invtlb_all_asid() local 426 uint8_t tlb_g = FIELD_EX64(tlb->tlb_entry0, TLBENTRY, G); in helper_invtlb_page_asid() local 455 uint8_t tlb_g = FIELD_EX64(tlb->tlb_entry0, TLBENTRY, G); in helper_invtlb_page_asid_or_g() local
|
/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
|