Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c635 int dph = (env->CP0_PWCtl >> CP0PC_DPH) & 0x1; in walk_directory()
636 int psn = (env->CP0_PWCtl >> CP0PC_PSN) & 0x3F; in walk_directory()
637 int hugepg = (env->CP0_PWCtl >> CP0PC_HUGEPG) & 0x1; in walk_directory()
734 int hugepg = (env->CP0_PWCtl >> CP0PC_HUGEPG) & 0x1; in page_table_walk_refill()
752 if (!(env->CP0_PWCtl & (1 << CP0PC_PWEN))) { in page_table_walk_refill()
H A Dcp0_helper.c1019 env->CP0_PWCtl = (env->CP0_PWCtl & 0x000000C0) | (arg1 & 0x5C00003F); in helper_mtc0_pwctl()
1021 env->CP0_PWCtl = (arg1 & 0x800000FF); in helper_mtc0_pwctl()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c275 VMSTATE_INT32(env.CP0_PWCtl, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dkvm.c811 err = kvm_mips_put_one_reg(cs, KVM_REG_MIPS_CP0_PWCTL, &env->CP0_PWCtl); in kvm_mips_put_cp0_registers()
1031 err = kvm_mips_get_one_reg(cs, KVM_REG_MIPS_CP0_PWCTL, &env->CP0_PWCtl); in kvm_mips_get_cp0_registers()
H A Dcpu.h692 int32_t CP0_PWCtl; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5377 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_PWCtl)); in gen_mfc0()
6859 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_PWCtl)); in gen_dmfc0()