Searched defs:tlb_asid (Results 1 – 3 of 3) 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 410 uint16_t tlb_asid = FIELD_EX64(tlb->tlb_misc, TLB_MISC, ASID); in helper_invtlb_all_asid() local 427 uint16_t tlb_asid = FIELD_EX64(tlb->tlb_misc, TLB_MISC, ASID); in helper_invtlb_page_asid() local 456 uint16_t tlb_asid = FIELD_EX64(tlb->tlb_misc, TLB_MISC, ASID); in helper_invtlb_page_asid_or_g() local
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | tlb.c | 242 unsigned tlb_asid = r0 & ASID_MASK; in check_tlb_entry() local
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu_helper.c | 95 uint16_t csr_asid, tlb_asid, stlb_idx; in loongarch_tlb_search() local
|