Home
last modified time | relevance | path

Searched refs:CP0_SegCtl2 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c138 segctl = env->CP0_SegCtl2; in get_physical_address()
140 segctl = env->CP0_SegCtl2 >> 16; in get_physical_address()
178 unsigned int xr = (env->CP0_SegCtl2 & CP0SC2_XR_MASK) >> CP0SC2_XR; in get_physical_address()
H A Dmachine.c270 VMSTATE_UINTTL(env.CP0_SegCtl2, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.c372 env->CP0_SegCtl2 = (2 << CP0SC_PA) | (CP0SC_AM_MUSK << CP0SC_AM) | in mips_cpu_reset_hold()
375 env->CP0_SegCtl2 |= ((0 << CP0SC_PA) | (CP0SC_AM_MUSK << CP0SC_AM) | in mips_cpu_reset_hold()
H A Dcpu.h634 target_ulong CP0_SegCtl2; member
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c929 env->CP0_SegCtl2 = arg1 & CP0SC2_MASK; in helper_mtc0_segctl2()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5321 tcg_gen_ld_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_SegCtl2)); in gen_mfc0()
6804 tcg_gen_ld_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_SegCtl2)); in gen_dmfc0()