Home
last modified time | relevance | path

Searched refs:kvm_arm_support_pmu_v3 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dpmu.c36 if (!kvm_arm_support_pmu_v3() || !ctx || !kvm_pmu_switch_needed(attr)) in kvm_set_pmu_events()
52 if (!kvm_arm_support_pmu_v3() || !ctx) in kvm_clr_pmu_events()
175 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_vcpu_pmu_restore_guest()
196 if (!kvm_arm_support_pmu_v3() || !has_vhe()) in kvm_vcpu_pmu_restore_host()
H A Dreset.c258 if (kvm_vcpu_has_pmu(vcpu) && !kvm_arm_support_pmu_v3()) { in kvm_reset_vcpu()
H A Darm.c251 r = kvm_arm_support_pmu_v3(); in kvm_vm_ioctl_check_extension()
H A Dsys_regs.c611 if (!kvm_arm_support_pmu_v3()) in reset_pmcr()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h93 if (kvm_arm_support_pmu_v3()) { in __activate_traps_common()
103 if (kvm_arm_support_pmu_v3()) in __deactivate_traps_common()
/OK3568_Linux_fs/kernel/include/kvm/
H A Darm_pmu.h18 static __always_inline bool kvm_arm_support_pmu_v3(void) in kvm_arm_support_pmu_v3() function