Home
last modified time | relevance | path

Searched refs:CP0_EntryLo0 (Results 1 – 5 of 5) sorted by relevance

/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c69 tlb->V0 = (env->CP0_EntryLo0 & 2) != 0; in r4k_fill_tlb()
70 tlb->D0 = (env->CP0_EntryLo0 & 4) != 0; in r4k_fill_tlb()
71 tlb->C0 = (env->CP0_EntryLo0 >> 3) & 0x7; in r4k_fill_tlb()
133 G = env->CP0_EntryLo0 & env->CP0_EntryLo1 & 1; in r4k_helper_tlbwi()
134 V0 = (env->CP0_EntryLo0 & 2) != 0; in r4k_helper_tlbwi()
135 D0 = (env->CP0_EntryLo0 & 4) != 0; in r4k_helper_tlbwi()
136 XI0 = (env->CP0_EntryLo0 >> CP0EnLo_XI) &1; in r4k_helper_tlbwi()
137 RI0 = (env->CP0_EntryLo0 >> CP0EnLo_RI) &1; in r4k_helper_tlbwi()
256 env->CP0_EntryLo0 = 0; in r4k_helper_tlbr()
887 env->CP0_EntryLo0 = pw_entrylo0; in page_table_walk_refill()
[all …]
H A Dcp0_helper.c651 env->CP0_EntryLo0 = (arg1 & MTC0_ENTRYLO_MASK(env)) in helper_mtc0_entrylo0()
661 env->CP0_EntryLo0 = (arg1 & DMTC0_ENTRYLO_MASK(env)) | rxi; in helper_dmtc0_entrylo0()
/qemu/target/mips/sysemu/
H A Dmachine.c258 VMSTATE_UINT64(env.CP0_EntryLo0, MIPSCPU),
/qemu/target/mips/
H A Dcpu.h603 uint64_t CP0_EntryLo0; member
/qemu/target/mips/tcg/
H A Dtranslate.c5135 gen_mfhc0_entrylo(arg, offsetof(CPUMIPSState, CP0_EntryLo0)); in gen_mfhc0()
5224 gen_mthc0_entrylo(arg, offsetof(CPUMIPSState, CP0_EntryLo0)); in gen_mthc0()
5407 offsetof(CPUMIPSState, CP0_EntryLo0)); in gen_mfc0()
6915 offsetof(CPUMIPSState, CP0_EntryLo0)); in gen_dmfc0()