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
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/kvm/
H
A
D
kvm_svm01.c
51
struct kvm_svm_vcpu *
vcpu
;
in main()
local
54
vcpu
= kvm_create_svm_vcpu(guest_main, 1);
in main()
61
vcpu
->vmcb->virt_intr_ctl |= SVM_INTR_AVIC;
in main()
62
vcpu
->vmcb->avic_backing_page = 0;
in main()
63
vcpu
->vmcb->avic_bar = 0;
in main()
67
kvm_svm_vmrun(
vcpu
);
in main()
69
switch (
vcpu
->vmcb->exitcode) {
in main()
71
if (
vcpu
->vmcb->rax == AVIC_READ_FAIL) {
in main()
76
if (
vcpu
->vmcb->rax)
in main()
82
if ((
vcpu
in main()
[all...]
H
A
D
kvm_svm02.c
91
struct kvm_svm_vcpu *
vcpu
;
in main()
local
94
vcpu
= kvm_create_svm_vcpu(guest_vmload, 1);
in main()
95
kvm_vmcb_set_intercept(
vcpu
->vmcb, SVM_INTERCEPT_VMLOAD, 0);
in main()
99
ss =
vcpu
->vmcb->ss.selector;
in main()
100
rsp =
vcpu
->vmcb->rsp;
in main()
102
/* Load partial state from vmsave_buf and save it to
vcpu
->vmcb */
in main()
103
kvm_svm_vmrun(
vcpu
);
in main()
105
if (
vcpu
->vmcb->exitcode != SVM_EXIT_HLT)
in main()
108
if (cmp_vmcb(
vcpu
->vmcb, vmsave_buf)) {
in main()
113
/* Load state from
vcpu
in main()
[all...]
H
A
D
kvm_svm03.c
51
struct kvm_svm_vcpu *
vcpu
;
in main()
local
54
vcpu
= kvm_create_svm_vcpu(guest_clgi, 1);
in main()
55
kvm_vmcb_set_intercept(
vcpu
->vmcb, SVM_INTERCEPT_CLGI, 0);
in main()
56
kvm_svm_vmrun(
vcpu
);
in main()
58
if (
vcpu
->vmcb->exitcode != SVM_EXIT_HLT)
in main()
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
attr-optimize.c
6
static void __noclone vmx_vcpu_run(struct kvm_vcpu *
vcpu
)
in vmx_vcpu_run()
argument
Completed in 2 milliseconds