HomeSort by relevance Sort by last modified time
    Searched refs:ASID (Results 1 - 5 of 5) sorted by null

  /external/qemu/target-mips/
helper.c 67 uint8_t ASID = env->CP0_EntryHi & 0xFF;
86 /* Check ASID, virtual page number & size */
87 if ((tlb->G == 1 || tlb->ASID == ASID) && VPN == tag) {
815 uint8_t ASID = env->CP0_EntryHi & 0xFF;
819 /* The qemu TLB is flushed when the ASID changes, so no need to
821 if (tlb->G == 0 && tlb->ASID != ASID) {
op_helper.c 684 Also, EntryHi shares the bottom 8 bit ASID with TCStauts.
693 uint32_t cu, mx, asid, ksu; local
705 asid = env->CP0_EntryHi & 0xff;
710 tcstatus |= asid;
759 uint32_t asid, v = cpu->CP0_EntryHi; local
761 asid = v & 0xff;
770 *tcst |= asid;
    [all...]
machine.c 69 uint8_t asid; local
73 asid = env->tlb->mmu.r4k.tlb[i].ASID;
74 qemu_put_8s(f, &asid);
213 uint8_t asid; local
217 qemu_get_8s(f, &asid);
218 env->tlb->mmu.r4k.tlb[i].ASID = asid;
cpu.h 34 uint_fast8_t ASID;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h     [all...]

Completed in 234 milliseconds