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:osvw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
411
vcpu->arch.
osvw
.length = (osvw_len >= 3) ? (osvw_len) : 3;
in svm_init_osvw()
412
vcpu->arch.
osvw
.status = osvw_status & ~(6ULL);
in svm_init_osvw()
415
* By increasing VCPU's
osvw
.length to 3 we are telling the guest that
in svm_init_osvw()
416
* all
osvw
.status bits inside that length, including bit 0 (which is
in svm_init_osvw()
423
vcpu->arch.
osvw
.status |= 1;
in svm_init_osvw()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
747
}
osvw
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
514
vcpu->arch.
osvw
.length = (osvw_len >= 3) ? (osvw_len) : 3;
in svm_init_osvw()
515
vcpu->arch.
osvw
.status = osvw_status & ~(6ULL);
in svm_init_osvw()
518
* By increasing VCPU's
osvw
.length to 3 we are telling the guest that
in svm_init_osvw()
519
* all
osvw
.status bits inside that length, including bit 0 (which is
in svm_init_osvw()
526
vcpu->arch.
osvw
.status |= 1;
in svm_init_osvw()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
957
}
osvw
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
3402
vcpu->arch.
osvw
.length = data;
in kvm_set_msr_common()
3407
vcpu->arch.
osvw
.status = data;
in kvm_set_msr_common()
3715
msr_info->data = vcpu->arch.
osvw
.length;
in kvm_get_msr_common()
3720
msr_info->data = vcpu->arch.
osvw
.status;
in kvm_get_msr_common()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
3942
vcpu->arch.
osvw
.length = data;
in kvm_set_msr_common()
3947
vcpu->arch.
osvw
.status = data;
in kvm_set_msr_common()
4307
msr_info->data = vcpu->arch.
osvw
.length;
in kvm_get_msr_common()
4312
msr_info->data = vcpu->arch.
osvw
.status;
in kvm_get_msr_common()
Completed in 48 milliseconds