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:hv_cpuid_entries
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
hyperv_cpuid.c
46
static void test_hv_cpuid(const struct kvm_cpuid2 *
hv_cpuid_entries
,
in test_hv_cpuid()
argument
53
TEST_ASSERT(
hv_cpuid_entries
->nent == nent_expected,
in test_hv_cpuid()
56
nent_expected,
hv_cpuid_entries
->nent);
in test_hv_cpuid()
58
for (i = 0; i <
hv_cpuid_entries
->nent; i++) {
in test_hv_cpuid()
59
const struct kvm_cpuid_entry2 *entry = &
hv_cpuid_entries
->entries[i];
in test_hv_cpuid()
134
const struct kvm_cpuid2 *
hv_cpuid_entries
;
in main()
local
144
hv_cpuid_entries
= vcpu_get_supported_hv_cpuid(vcpu);
in main()
145
test_hv_cpuid(
hv_cpuid_entries
, false);
in main()
146
free((void *)
hv_cpuid_entries
);
in main()
154
hv_cpuid_entries
in main()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H
A
D
hyperv_cpuid.c
48
static void test_hv_cpuid(struct kvm_cpuid2 *
hv_cpuid_entries
,
in test_hv_cpuid()
argument
58
TEST_ASSERT(
hv_cpuid_entries
->nent == nent,
in test_hv_cpuid()
61
nent, evmcs_enabled,
hv_cpuid_entries
->nent);
in test_hv_cpuid()
63
for (i = 0; i <
hv_cpuid_entries
->nent; i++) {
in test_hv_cpuid()
64
struct kvm_cpuid_entry2 *entry = &
hv_cpuid_entries
->entries[i];
in test_hv_cpuid()
150
struct kvm_cpuid2 *
hv_cpuid_entries
;
in main()
local
183
hv_cpuid_entries
= kvm_get_supported_hv_cpuid(vm);
in main()
184
test_hv_cpuid(
hv_cpuid_entries
, evmcs_enabled);
in main()
185
free(
hv_cpuid_entries
);
in main()
Completed in 2 milliseconds