Searched refs:CP0_SegCtl0 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/mips/sysemu/ |
H A D | physaddr.c | 219 env->CP0_SegCtl0 >> 16, 0x1FFFFFFF); in get_physical_address() 227 env->CP0_SegCtl0, 0x1FFFFFFF); in get_physical_address()
|
H A D | machine.c | 268 VMSTATE_UINTTL(env.CP0_SegCtl0, MIPSCPU),
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 362 env->CP0_SegCtl0 = (CP0SC_AM_MK << CP0SC_AM); in mips_cpu_reset_hold() 364 env->CP0_SegCtl0 |= ((CP0SC_AM_MSK << CP0SC_AM)) << 16; in mips_cpu_reset_hold()
|
H A D | cpu.h | 632 target_ulong CP0_SegCtl0; member
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 913 env->CP0_SegCtl0 = arg1 & CP0SC0_MASK; in helper_mtc0_segctl0()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 5309 tcg_gen_ld_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_SegCtl0)); in gen_mfc0() 6794 tcg_gen_ld_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_SegCtl0)); in gen_dmfc0()
|