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:mmio_fragments
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
7599
vcpu->
mmio_fragments
[0].gpa, val);
in read_prepare()
7635
struct kvm_mmio_fragment *frag = &vcpu->
mmio_fragments
[0];
in write_exit_mmio()
7699
frag = &vcpu->
mmio_fragments
[vcpu->mmio_nr_fragments++];
in emulator_read_write_onepage()
7747
gpa = vcpu->
mmio_fragments
[0].gpa;
in emulator_read_write()
7752
vcpu->run->mmio.len = min(8u, vcpu->
mmio_fragments
[0].len);
in emulator_read_write()
11056
frag = &vcpu->
mmio_fragments
[vcpu->mmio_cur_fragment];
in complete_emulated_mmio()
13452
frag = &vcpu->
mmio_fragments
[vcpu->mmio_cur_fragment];
in complete_sev_es_emulated_mmio()
13507
frag = vcpu->
mmio_fragments
;
in kvm_sev_es_mmio_write()
13546
frag = vcpu->
mmio_fragments
;
in kvm_sev_es_mmio_read()
/kernel/linux/linux-5.10/include/linux/
H
A
D
kvm_host.h
296
struct kvm_mmio_fragment
mmio_fragments
[KVM_MAX_MMIO_FRAGMENTS];
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
6388
vcpu->
mmio_fragments
[0].gpa, val);
in read_prepare()
6424
struct kvm_mmio_fragment *frag = &vcpu->
mmio_fragments
[0];
in write_exit_mmio()
6488
frag = &vcpu->
mmio_fragments
[vcpu->mmio_nr_fragments++];
in emulator_read_write_onepage()
6536
gpa = vcpu->
mmio_fragments
[0].gpa;
in emulator_read_write()
6541
vcpu->run->mmio.len = min(8u, vcpu->
mmio_fragments
[0].len);
in emulator_read_write()
9519
frag = &vcpu->
mmio_fragments
[vcpu->mmio_cur_fragment];
in complete_emulated_mmio()
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_host.h
356
struct kvm_mmio_fragment
mmio_fragments
[KVM_MAX_MMIO_FRAGMENTS];
member
Completed in 35 milliseconds