Searched refs:pstate (Results 1 – 12 of 12) sorted by relevance
33 } pstate; member66 t = pstate.pstatedef.did; in get_did()68 t = pstate.val & 0xf; in get_did()70 t = pstate.pstate.did; in get_did()80 did = get_did(pstate); in get_cof()83 fid = pstate.pstatedef2.fid; in get_cof()87 fid = pstate.pstatedef.fid; in get_cof()92 fid = pstate.pstate.fid; in get_cof()116 union core_pstate pstate; in decode_pstates() local140 if (!pstate.pstatedef.en) in decode_pstates()[all …]
27 if ! /sbin/modprobe -q -n amd-pstate-ut; then31 if /sbin/modprobe -q amd-pstate-ut; then32 /sbin/modprobe -q -r amd-pstate-ut
38 CURRENT_TEST=amd-pstate
15 uc->uc_mcontext.pstate &= ~PSR_MODE_MASK; \16 uc->uc_mcontext.pstate |= PSR_MODE_EL ## _mode; \
19 uc->uc_mcontext.pstate ^= PSR_MODE32_BIT; in mangle_invalid_pstate_run()
23 uc->uc_mcontext.pstate |= PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT; in mangle_invalid_pstate_run()
85 write(1, &"00011011"[((uc->uc_mcontext.pstate & PSR_BTYPE_MASK) in handler()101 uc->uc_mcontext.pstate &= ~PSR_BTYPE_MASK; in handler()
356 regs->pstate |= SPSR_D; in guest_hw_bp_handler()363 regs->pstate |= SPSR_D; in guest_wp_handler()370 regs->pstate |= SPSR_SS; in guest_ss_handler()
147 case KVM_REG_ARM_CORE_REG(regs.pstate): in core_id_to_str()330 KVM_REG_ARM64 | KVM_REG_SIZE_U64 | KVM_REG_ARM_CORE | KVM_REG_ARM_CORE_REG(regs.pstate),
369 uint64_t pstate, pc; in vcpu_arch_dump() local371 pstate = vcpu_get_reg(vcpu, ARM64_CORE_REG(regs.pstate)); in vcpu_arch_dump()375 indent, "", pstate, pc); in vcpu_arch_dump()
134 u64 pstate; member
4 TARGETS += amd-pstate
Completed in 24 milliseconds