Searched defs:tlb_g (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 137 uint16_t csr_asid, tlb_asid, tlb_g; in invalidate_tlb() local 211 uint8_t tlb_e, tlb_ps, tlb_g, stlb_ps; in loongarch_tlb_search() local 371 uint16_t csr_asid, tlb_asid, tlb_g; in helper_tlbclr() local 438 uint8_t tlb_g = FIELD_EX64(tlb->tlb_entry0, TLBENTRY, G); in helper_invtlb_all_g() local 453 uint8_t tlb_g = FIELD_EX64(tlb->tlb_entry0, TLBENTRY, G); in helper_invtlb_all_asid() local 470 uint8_t tlb_g = FIELD_EX64(tlb->tlb_entry0, TLBENTRY, G); in helper_invtlb_page_asid() local 503 uint8_t tlb_g = FIELD_EX64(tlb->tlb_entry0, TLBENTRY, G); in helper_invtlb_page_asid_or_g() local
|