Lines Matching defs:vcpu

205 static uint64_t run_vcpu_to_sync(struct kvm_vcpu *vcpu)  in run_vcpu_to_sync()
217 static void run_vcpu_and_sync_pmc_results(struct kvm_vcpu *vcpu) in run_vcpu_and_sync_pmc_results()
238 static bool sanity_check_pmu(struct kvm_vcpu *vcpu) in sanity_check_pmu()
293 static void test_without_filter(struct kvm_vcpu *vcpu) in test_without_filter()
300 static void test_with_filter(struct kvm_vcpu *vcpu, in test_with_filter()
309 static void test_amd_deny_list(struct kvm_vcpu *vcpu) in test_amd_deny_list()
324 static void test_member_deny_list(struct kvm_vcpu *vcpu) in test_member_deny_list()
334 static void test_member_allow_list(struct kvm_vcpu *vcpu) in test_member_allow_list()
344 static void test_not_member_deny_list(struct kvm_vcpu *vcpu) in test_not_member_deny_list()
358 static void test_not_member_allow_list(struct kvm_vcpu *vcpu) in test_not_member_allow_list()
379 struct kvm_vcpu *vcpu; in test_pmu_config_disable() local
558 static void run_masked_events_test(struct kvm_vcpu *vcpu, in run_masked_events_test()
686 static void run_masked_events_tests(struct kvm_vcpu *vcpu, uint64_t *events, in run_masked_events_tests()
730 static void test_masked_events(struct kvm_vcpu *vcpu) in test_masked_events()
743 static int set_pmu_event_filter(struct kvm_vcpu *vcpu, in set_pmu_event_filter()
751 static int set_pmu_single_event_filter(struct kvm_vcpu *vcpu, uint64_t event, in set_pmu_single_event_filter()
766 static void test_filter_ioctl(struct kvm_vcpu *vcpu) in test_filter_ioctl()
829 static uint64_t test_with_fixed_counter_filter(struct kvm_vcpu *vcpu, in test_with_fixed_counter_filter()
841 static uint64_t test_set_gp_and_fixed_event_filter(struct kvm_vcpu *vcpu, in test_set_gp_and_fixed_event_filter()
854 static void __test_fixed_counter_bitmap(struct kvm_vcpu *vcpu, uint8_t idx, in __test_fixed_counter_bitmap()
901 struct kvm_vcpu *vcpu; in test_fixed_counter_bitmap() local
920 struct kvm_vcpu *vcpu, *vcpu2 = NULL; in main() local