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_x86_state
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
318
struct
kvm_x86_state
;
319
struct
kvm_x86_state
*vcpu_save_state(struct kvm_vm *vm, uint32_t vcpuid);
321
struct
kvm_x86_state
*state);
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H
A
D
evmcs_test.c
88
struct
kvm_x86_state
*state;
in main()
H
A
D
smm_test.c
99
struct
kvm_x86_state
*state;
in main()
H
A
D
state_test.c
162
struct
kvm_x86_state
*state;
in main()
H
A
D
vmx_preemption_timer_test.c
162
struct
kvm_x86_state
*state;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
smm_test.c
136
struct
kvm_x86_state
*state;
in main()
H
A
D
vmx_preemption_timer_test.c
161
struct
kvm_x86_state
*state;
in main()
H
A
D
hyperv_evmcs.c
210
struct
kvm_x86_state
*state;
in save_restore_vm()
H
A
D
state_test.c
239
struct
kvm_x86_state
*state;
in main()
H
A
D
amx_test.c
219
struct
kvm_x86_state
*state;
in main()
H
A
D
sync_regs_test.c
158
struct
kvm_x86_state
*state;
in race_sync_regs()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H
A
D
processor.c
939
struct
kvm_x86_state
*state)
in vcpu_save_xsave_state()
952
struct
kvm_x86_state
*vcpu_save_state(struct kvm_vcpu *vcpu)
in vcpu_save_state()
955
struct
kvm_x86_state
*state;
in vcpu_save_state()
1009
void vcpu_load_state(struct kvm_vcpu *vcpu, struct
kvm_x86_state
*state)
in vcpu_load_state()
1027
void kvm_x86_state_cleanup(struct
kvm_x86_state
*state)
in kvm_x86_state_cleanup()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H
A
D
processor.c
906
struct
kvm_x86_state
{
struct
960
struct
kvm_x86_state
*vcpu_save_state(struct kvm_vm *vm, uint32_t vcpuid)
in vcpu_save_state()
964
struct
kvm_x86_state
*state;
in vcpu_save_state()
1043
void vcpu_load_state(struct kvm_vm *vm, uint32_t vcpuid, struct
kvm_x86_state
*state)
in vcpu_load_state()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
377
struct
kvm_x86_state
{
struct
799
struct
kvm_x86_state
*vcpu_save_state(struct kvm_vcpu *vcpu);
800
void vcpu_load_state(struct kvm_vcpu *vcpu, struct
kvm_x86_state
*state);
801
void kvm_x86_state_cleanup(struct
kvm_x86_state
*state);
Completed in 11 milliseconds