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:iopm_base_pa
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
265
if (CC(!nested_svm_check_bitmap_pa(vcpu, control->
iopm_base_pa
,
in __nested_vmcb_check_controls()
339
to->
iopm_base_pa
= from->
iopm_base_pa
;
in __nested_copy_vmcb_control_to_cache()
364
to->
iopm_base_pa
&= ~0x0fffULL;
in __nested_copy_vmcb_control_to_cache()
667
vmcb02->control.
iopm_base_pa
= vmcb01->control.
iopm_base_pa
;
in nested_vmcb02_prepare_control()
1287
gpa = svm->nested.ctl.
iopm_base_pa
+ (port / 8);
in nested_svm_intercept_ioio()
1551
dst->
iopm_base_pa
= from->
iopm_base_pa
;
in nested_copy_vmcb_cache_to_control()
H
A
D
svm.h
129
u64
iopm_base_pa
;
member
H
A
D
svm.c
1312
control->
iopm_base_pa
= __sme_set(iopm_base);
in init_vmcb()
3356
pr_err("%-20s%016llx\n", "
iopm_base_pa
:", control->
iopm_base_pa
);
in dump_vmcb()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
svm.h
70
u64
iopm_base_pa
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
svm.h
91
u64
iopm_base_pa
;
member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
svm.h
115
u64
iopm_base_pa
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
nested.c
163
dst->
iopm_base_pa
= from->
iopm_base_pa
;
in copy_vmcb_control_area()
295
svm->nested.ctl.
iopm_base_pa
&= ~0x0fffULL;
in load_nested_vmcb_control()
841
gpa = svm->nested.ctl.
iopm_base_pa
+ (port / 8);
in nested_svm_intercept_ioio()
H
A
D
svm.c
1166
control->
iopm_base_pa
= __sme_set(iopm_base);
in init_vmcb()
2969
pr_err("%-20s%016llx\n", "
iopm_base_pa
:", control->
iopm_base_pa
);
in dump_vmcb()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
svm.h
127
u64
iopm_base_pa
;
member
Completed in 20 milliseconds