Searched refs:PMCCNTR_EL0 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | pmu-emul.c | 143 ? PMCCNTR_EL0 : PMEVCNTR0_EL0 + pmc->idx; in kvm_pmu_get_pair_counter_value() 191 ? PMCCNTR_EL0 : PMEVCNTR0_EL0 + select_idx; in kvm_pmu_set_counter_value() 229 reg = PMCCNTR_EL0; in kvm_pmu_stop_counter()
|
H A D | sys_regs.c | 821 /* PMCCNTR_EL0 */ in access_pmu_evcntr() 1628 { SYS_DESC(SYS_PMCCNTR_EL0), access_pmu_evcntr, reset_unknown, PMCCNTR_EL0 },
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_host.h | 165 PMCCNTR_EL0, /* Cycle Counter Register */ enumerator
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | kvm_host.h | 327 PMCCNTR_EL0, /* Cycle Counter Register */ enumerator
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | pmu-emul.c | 89 return (idx == ARMV8_PMU_CYCLE_IDX) ? PMCCNTR_EL0 : PMEVCNTR0_EL0 + idx; in counter_index_to_reg()
|
H A D | sys_regs.c | 898 /* PMCCNTR_EL0 */ in get_pmu_evcntr() 923 /* PMCCNTR_EL0 */ in access_pmu_evcntr() 2190 { PMU_SYS_REG(PMCCNTR_EL0), 2192 .reg = PMCCNTR_EL0, .get_user = get_pmu_evcntr},
|
H A D | emulate-nested.c | 1455 SR_FGT(SYS_PMCCNTR_EL0, HDFGRTR, PMCCNTR_EL0, 1),
|
Completed in 16 milliseconds