Lines Matching defs:events
35 * Add events to track that we may want to switch at guest entry/exit
52 * Stop tracking events
141 * Modify ARMv8 PMU events to include EL0 counting
143 static void kvm_vcpu_pmu_enable_el0(unsigned long events)
148 for_each_set_bit(counter, &events, 32) {
156 * Modify ARMv8 PMU events to exclude EL0 counting
158 static void kvm_vcpu_pmu_disable_el0(unsigned long events)
163 for_each_set_bit(counter, &events, 32) {
171 * On VHE ensure that only guest events have EL0 counting enabled.
195 * On VHE ensure that only host events have EL0 counting enabled