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:ioreq_buf
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/virt/acrn/
H
A
D
ioreq.c
84
acrn_req = (struct acrn_io_request *)client->vm->
ioreq_buf
;
in acrn_ioreq_complete_request()
192
req = client->vm->
ioreq_buf
->req_slot + vcpu;
in ioreq_task()
504
req = vm->
ioreq_buf
->req_slot + i;
in acrn_ioreq_dispatch()
550
if (!vm->
ioreq_buf
)
in ioreq_dispatcher()
602
if (vm->
ioreq_buf
)
in acrn_ioreq_init()
617
vm->
ioreq_buf
= page_address(page);
in acrn_ioreq_init()
619
set_buffer->
ioreq_buf
= page_to_phys(page);
in acrn_ioreq_init()
624
vm->
ioreq_buf
= NULL;
in acrn_ioreq_init()
629
"Init ioreq buffer %pK!\n", vm->
ioreq_buf
);
in acrn_ioreq_init()
641
"Deinit ioreq buffer %pK!\n", vm->
ioreq_buf
);
in acrn_ioreq_deinit()
[all...]
H
A
D
acrn_drv.h
87
* @
ioreq_buf
: The GPA of the IO request shared buffer of a VM
93
u64
ioreq_buf
;
member
157
* @
ioreq_buf
: I/O request shared buffer
179
struct acrn_io_request_buffer *
ioreq_buf
;
member
H
A
D
vm.c
43
if (acrn_ioreq_init(vm, vm_param->
ioreq_buf
) < 0) {
in acrn_vm_create()
/kernel/linux/linux-6.6/samples/acrn/
H
A
D
vm-sample.c
63
create_vm.
ioreq_buf
= (__u64)io_req_buf;
in main()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
acrn.h
190
* @
ioreq_buf
: Service VM GPA of I/O request buffer. Pass to
202
__u64
ioreq_buf
;
member
Completed in 3 milliseconds