Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kvm_cpu_property
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
pmu_event_filter_test.c
409
kvm_cpu_property
(X86_PROPERTY_PMU_VERSION) &&
in use_intel_pmu()
410
kvm_cpu_property
(X86_PROPERTY_PMU_NR_GP_COUNTERS) &&
in use_intel_pmu()
768
uint8_t nr_fixed_counters =
kvm_cpu_property
(X86_PROPERTY_PMU_NR_FIXED_COUNTERS);
in test_filter_ioctl()
899
uint8_t nr_fixed_counters =
kvm_cpu_property
(X86_PROPERTY_PMU_NR_FIXED_COUNTERS);
in test_fixed_counter_bitmap()
948
kvm_cpu_property
(X86_PROPERTY_PMU_NR_GP_COUNTERS) >= 3)
in main()
H
A
D
vmx_pmu_caps_test.c
244
TEST_REQUIRE(
kvm_cpu_property
(X86_PROPERTY_PMU_VERSION) > 0);
in main()
H
A
D
amx_test.c
244
xsave_restore_size =
kvm_cpu_property
(X86_PROPERTY_XSTATE_MAX_SIZE);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
892
static inline uint32_t
kvm_cpu_property
(struct kvm_x86_cpu_property property)
in kvm_cpu_property()
function
903
max_leaf =
kvm_cpu_property
(X86_PROPERTY_MAX_BASIC_LEAF);
in kvm_cpu_has_p()
906
max_leaf =
kvm_cpu_property
(X86_PROPERTY_MAX_KVM_LEAF);
in kvm_cpu_has_p()
909
max_leaf =
kvm_cpu_property
(X86_PROPERTY_MAX_EXT_LEAF);
in kvm_cpu_has_p()
912
max_leaf =
kvm_cpu_property
(X86_PROPERTY_MAX_CENTAUR_LEAF);
in kvm_cpu_has_p()
919
uint32_t nr_bits =
kvm_cpu_property
(X86_PROPERTY_PMU_EBX_BIT_VECTOR_LENGTH);
in kvm_pmu_has()
930
return
kvm_cpu_property
(X86_PROPERTY_SUPPORTED_XCR0_LO) |
in kvm_cpu_supported_xcr0()
931
((uint64_t)
kvm_cpu_property
(X86_PROPERTY_SUPPORTED_XCR0_HI) << 32);
in kvm_cpu_supported_xcr0()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H
A
D
processor.c
1039
*pa_bits =
kvm_cpu_property
(X86_PROPERTY_MAX_PHY_ADDR);
in kvm_get_cpu_address_width()
1040
*va_bits =
kvm_cpu_property
(X86_PROPERTY_MAX_VIRT_ADDR);
in kvm_get_cpu_address_width()
Completed in 7 milliseconds