Searched refs:PCR_ARCH_206 (Results 1 – 4 of 4) sorted by relevance
53 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()92 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
84 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()135 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
378 host_pcr_bit = PCR_ARCH_206; in kvmppc_set_arch_compat()391 guest_pcr_bit = PCR_ARCH_206; in kvmppc_set_arch_compat()
492 #define PCR_ARCH_206 0x4 /* Architecture 2.06 */ macro494 #define PCR_LOW_BITS (PCR_ARCH_207 | PCR_ARCH_206 | PCR_ARCH_205 | PCR_ARCH_300)