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:kvm_io_range
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
kvm_main.c
4303
static inline int kvm_io_bus_cmp(const struct
kvm_io_range
*r1,
in kvm_io_bus_cmp()
4304
const struct
kvm_io_range
*r2)
in kvm_io_bus_cmp()
4336
struct
kvm_io_range
*range, key;
in kvm_io_bus_get_first_dev()
4339
key = (struct
kvm_io_range
) {
in kvm_io_bus_get_first_dev()
4345
sizeof(struct
kvm_io_range
), kvm_io_bus_sort_cmp);
in kvm_io_bus_get_first_dev()
4358
struct
kvm_io_range
*range, const void *val)
in __kvm_io_bus_write()
4382
struct
kvm_io_range
range;
in kvm_io_bus_write()
4385
range = (struct
kvm_io_range
) {
in kvm_io_bus_write()
4403
struct
kvm_io_range
range;
in kvm_io_bus_write_cookie()
4405
range = (struct
kvm_io_range
) {
in kvm_io_bus_write_cookie()
[all...]
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
kvm_main.c
5383
static inline int kvm_io_bus_cmp(const struct
kvm_io_range
*r1,
in kvm_io_bus_cmp()
5384
const struct
kvm_io_range
*r2)
in kvm_io_bus_cmp()
5416
struct
kvm_io_range
*range, key;
in kvm_io_bus_get_first_dev()
5419
key = (struct
kvm_io_range
) {
in kvm_io_bus_get_first_dev()
5425
sizeof(struct
kvm_io_range
), kvm_io_bus_sort_cmp);
in kvm_io_bus_get_first_dev()
5438
struct
kvm_io_range
*range, const void *val)
in __kvm_io_bus_write()
5462
struct
kvm_io_range
range;
in kvm_io_bus_write()
5465
range = (struct
kvm_io_range
) {
in kvm_io_bus_write()
5483
struct
kvm_io_range
range;
in kvm_io_bus_write_cookie()
5485
range = (struct
kvm_io_range
) {
in kvm_io_bus_write_cookie()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
kvm_host.h
164
struct
kvm_io_range
{
struct
175
struct
kvm_io_range
range[];
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_host.h
200
struct
kvm_io_range
{
struct
211
struct
kvm_io_range
range[];
Completed in 19 milliseconds