Symbol: kvm_cpu_property
tools/testing/selftests/kvm/include/x86/processor.h
1014
max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_BASIC_LEAF);
tools/testing/selftests/kvm/include/x86/processor.h
1017
max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_KVM_LEAF);
tools/testing/selftests/kvm/include/x86/processor.h
1020
max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_EXT_LEAF);
tools/testing/selftests/kvm/include/x86/processor.h
1023
max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_CENTAUR_LEAF);
tools/testing/selftests/kvm/include/x86/processor.h
1033
nr_bits = kvm_cpu_property(X86_PROPERTY_PMU_EBX_BIT_VECTOR_LENGTH);
tools/testing/selftests/kvm/include/x86/processor.h
1038
nr_bits = kvm_cpu_property(X86_PROPERTY_PMU_NR_FIXED_COUNTERS);
tools/testing/selftests/kvm/include/x86/processor.h
1047
return kvm_cpu_property(X86_PROPERTY_SUPPORTED_XCR0_LO) |
tools/testing/selftests/kvm/include/x86/processor.h
1048
((u64)kvm_cpu_property(X86_PROPERTY_SUPPORTED_XCR0_HI) << 32);
tools/testing/selftests/kvm/lib/x86/processor.c
1307
*pa_bits = kvm_cpu_property(X86_PROPERTY_MAX_PHY_ADDR);
tools/testing/selftests/kvm/lib/x86/processor.c
1308
*va_bits = kvm_cpu_property(X86_PROPERTY_MAX_VIRT_ADDR);
tools/testing/selftests/kvm/lib/x86/processor.c
1383
guest_maxphyaddr = kvm_cpu_property(X86_PROPERTY_GUEST_MAX_PHY_ADDR);
tools/testing/selftests/kvm/x86/amx_test.c
261
xsave_restore_size = kvm_cpu_property(X86_PROPERTY_XSTATE_MAX_SIZE);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
585
u8 nr_fixed_counters = kvm_cpu_property(X86_PROPERTY_PMU_NR_FIXED_COUNTERS);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
586
u8 nr_gp_counters = kvm_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
587
u8 pmu_version = kvm_cpu_property(X86_PROPERTY_PMU_VERSION);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
688
TEST_REQUIRE(kvm_cpu_property(X86_PROPERTY_PMU_VERSION) > 0);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
690
kvm_pmu_version = kvm_cpu_property(X86_PROPERTY_PMU_VERSION);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
353
kvm_cpu_property(X86_PROPERTY_PMU_VERSION) &&
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
354
kvm_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS) &&
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
688
u8 nr_fixed_counters = kvm_cpu_property(X86_PROPERTY_PMU_NR_FIXED_COUNTERS);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
824
u8 nr_fixed_counters = kvm_cpu_property(X86_PROPERTY_PMU_NR_FIXED_COUNTERS);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
870
kvm_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS) >= 3)
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
240
TEST_REQUIRE(kvm_cpu_property(X86_PROPERTY_PMU_VERSION) > 0);