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:vcpu_reg_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
get-reg-list.c
34
extern struct
vcpu_reg_list
*vcpu_configs[];
57
static const char *config_name(struct
vcpu_reg_list
*c)
in config_name()
113
void __weak finalize_vcpu(struct kvm_vcpu *vcpu, struct
vcpu_reg_list
*c)
in finalize_vcpu()
118
static void prepare_vcpu_init(struct
vcpu_reg_list
*c, struct kvm_vcpu_init *init)
in prepare_vcpu_init()
127
static struct kvm_vcpu *vcpu_config_get_vcpu(struct
vcpu_reg_list
*c, struct kvm_vm *vm)
in vcpu_config_get_vcpu()
139
static struct kvm_vcpu *vcpu_config_get_vcpu(struct
vcpu_reg_list
*c, struct kvm_vm *vm)
in vcpu_config_get_vcpu()
145
static void check_supported(struct
vcpu_reg_list
*c)
in check_supported()
162
static void run_test(struct
vcpu_reg_list
*c)
in run_test()
311
struct
vcpu_reg_list
*c;
in help()
334
static struct
vcpu_reg_list
*parse_confi
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/riscv/
H
A
D
get-reg-list.c
83
void finalize_vcpu(struct kvm_vcpu *vcpu, struct
vcpu_reg_list
*c)
in finalize_vcpu()
743
static struct
vcpu_reg_list
h_config = {
751
static struct
vcpu_reg_list
zicbom_config = {
759
static struct
vcpu_reg_list
zicboz_config = {
767
static struct
vcpu_reg_list
svpbmt_config = {
775
static struct
vcpu_reg_list
sstc_config = {
783
static struct
vcpu_reg_list
svinval_config = {
791
static struct
vcpu_reg_list
zihintpause_config = {
799
static struct
vcpu_reg_list
zba_config = {
807
static struct
vcpu_reg_list
zbb_confi
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H
A
D
get-reg-list.c
87
void finalize_vcpu(struct kvm_vcpu *vcpu, struct
vcpu_reg_list
*c)
in finalize_vcpu()
701
static struct
vcpu_reg_list
vregs_config = {
708
static struct
vcpu_reg_list
vregs_pmu_config = {
716
static struct
vcpu_reg_list
sve_config = {
723
static struct
vcpu_reg_list
sve_pmu_config = {
731
static struct
vcpu_reg_list
pauth_config = {
739
static struct
vcpu_reg_list
pauth_pmu_config = {
749
struct
vcpu_reg_list
*vcpu_configs[] = {
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H
A
D
kvm_util_base.h
141
struct
vcpu_reg_list
{
struct
Completed in 6 milliseconds