Lines Matching defs:events
29 * Add events to track that we may want to switch at guest entry/exit
46 * Stop tracking events
135 * Modify ARMv8 PMU events to include EL0 counting
137 static void kvm_vcpu_pmu_enable_el0(unsigned long events)
142 for_each_set_bit(counter, &events, 32) {
150 * Modify ARMv8 PMU events to exclude EL0 counting
152 static void kvm_vcpu_pmu_disable_el0(unsigned long events)
157 for_each_set_bit(counter, &events, 32) {
165 * On VHE ensure that only guest events have EL0 counting enabled.
189 * On VHE ensure that only host events have EL0 counting enabled