Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/mips/
H A Dtarget_cpu.h38 env->active_tc.CP0_UserLocal = newtls; in cpu_set_tls()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c99 VMSTATE_UINTTL(CP0_UserLocal, TCState),
/openbmc/qemu/target/mips/
H A Dkvm.c771 &env->active_tc.CP0_UserLocal); in kvm_mips_put_cp0_registers()
991 &env->active_tc.CP0_UserLocal); in kvm_mips_get_cp0_registers()
H A Dcpu.h499 target_ulong CP0_UserLocal; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5283 offsetof(CPUMIPSState, active_tc.CP0_UserLocal)); in gen_mfc0()
6016 offsetof(CPUMIPSState, active_tc.CP0_UserLocal)); in gen_mtc0()
6769 offsetof(CPUMIPSState, active_tc.CP0_UserLocal)); in gen_dmfc0()
7483 offsetof(CPUMIPSState, active_tc.CP0_UserLocal)); in gen_dmtc0()
10893 offsetof(CPUMIPSState, active_tc.CP0_UserLocal)); in gen_rdhwr()
10900 offsetof(CPUMIPSState, active_tc.CP0_UserLocal)); in gen_rdhwr()
/openbmc/qemu/linux-user/
H A Dsyscall.c12744 cpu_env->active_tc.CP0_UserLocal = arg1; in _syscall2()