Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c68 tlb->G = env->CP0_EntryLo0 & env->CP0_EntryLo1 & 1; in r4k_fill_tlb()
75 tlb->V1 = (env->CP0_EntryLo1 & 2) != 0; in r4k_fill_tlb()
76 tlb->D1 = (env->CP0_EntryLo1 & 4) != 0; in r4k_fill_tlb()
77 tlb->C1 = (env->CP0_EntryLo1 >> 3) & 0x7; in r4k_fill_tlb()
78 tlb->XI1 = (env->CP0_EntryLo1 >> CP0EnLo_XI) & 1; in r4k_fill_tlb()
79 tlb->RI1 = (env->CP0_EntryLo1 >> CP0EnLo_RI) & 1; in r4k_fill_tlb()
80 tlb->PFN[1] = (get_tlb_pfn_from_entrylo(env->CP0_EntryLo1) & ~mask) << 12; in r4k_fill_tlb()
133 G = env->CP0_EntryLo0 & env->CP0_EntryLo1 & 1; in r4k_helper_tlbwi()
138 V1 = (env->CP0_EntryLo1 & 2) != 0; in r4k_helper_tlbwi()
139 D1 = (env->CP0_EntryLo1 & 4) != 0; in r4k_helper_tlbwi()
[all …]
H A Dcp0_helper.c839 env->CP0_EntryLo1 = (arg1 & MTC0_ENTRYLO_MASK(env)) in helper_mtc0_entrylo1()
847 env->CP0_EntryLo1 = (arg1 & DMTC0_ENTRYLO_MASK(env)) | rxi; in helper_dmtc0_entrylo1()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c262 VMSTATE_UINT64(env.CP0_EntryLo1, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h606 uint64_t CP0_EntryLo1; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c4929 gen_mfhc0_entrylo(arg, offsetof(CPUMIPSState, CP0_EntryLo1)); in gen_mfhc0()
5019 gen_mthc0_entrylo(arg, offsetof(CPUMIPSState, CP0_EntryLo1)); in gen_mthc0()
5247 offsetof(CPUMIPSState, CP0_EntryLo1)); in gen_mfc0()
6743 tcg_gen_ld_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_EntryLo1)); in gen_dmfc0()