Searched refs:PMCR_EL0 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c559 /* Fixup PMCR_EL0 to reconcile the PMU version and the LP bit */
564 __vcpu_sys_reg(vcpu, PMCR_EL0) = val & ~(ARMV8_PMU_PMCR_C | ARMV8_PMU_PMCR_P);
1134 * kvm_vcpu_read_pmcr - Read PMCR_EL0 register for the vCPU
1139 u64 pmcr = __vcpu_sys_reg(vcpu, PMCR_EL0);
H A Dsys_regs.c2468 { PMU_SYS_REG(PMCR_EL0), .access = access_pmcr, .reset = reset_pmcr,
2469 .reg = PMCR_EL0, .get_user = get_pmcr, .set_user = set_pmcr },
H A Demulate-nested.c1681 SR_FGT(SYS_PMCR_EL0, HDFGWTR, PMCR_EL0, 1),
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h319 /* PMCR_EL0.N value for the guest */
392 PMCR_EL0, /* Control Register */ enumerator in enum:vcpu_sysreg

Completed in 174 milliseconds