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:pci_config_map
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/pci/
H
A
D
vfio_pci_config.c
1080
cap = vdev->
pci_config_map
[pos];
in vfio_find_cap_start()
1086
while (pos - 1 >= base && vdev->
pci_config_map
[pos - 1] == cap)
in vfio_find_cap_start()
1465
u8 *map = vdev->
pci_config_map
;
in vfio_cap_init()
1555
u8 *map = vdev->
pci_config_map
;
in vfio_ecap_init()
1660
* For each device we allocate a
pci_config_map
that indicates the
1694
vdev->
pci_config_map
= map;
in vfio_config_init()
1770
vdev->
pci_config_map
= NULL;
in vfio_config_init()
1780
kfree(vdev->
pci_config_map
);
in vfio_config_free()
1781
vdev->
pci_config_map
= NULL;
in vfio_config_free()
1796
u8 cap = vdev->
pci_config_map
[po
in vfio_pci_cap_remaining_dword()
[all...]
H
A
D
vfio_pci_private.h
106
u8 *
pci_config_map
;
member
H
A
D
vfio_pci_igd.c
104
memset(vdev->
pci_config_map
+ OPREGION_PCI_ADDR,
in vfio_pci_igd_opregion_init()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H
A
D
vfio_pci_config.c
1118
cap = vdev->
pci_config_map
[pos];
in vfio_find_cap_start()
1124
while (pos - 1 >= base && vdev->
pci_config_map
[pos - 1] == cap)
in vfio_find_cap_start()
1519
u8 *map = vdev->
pci_config_map
;
in vfio_cap_init()
1612
u8 *map = vdev->
pci_config_map
;
in vfio_ecap_init()
1717
* For each device we allocate a
pci_config_map
that indicates the
1751
vdev->
pci_config_map
= map;
in vfio_config_init()
1827
vdev->
pci_config_map
= NULL;
in vfio_config_init()
1837
kfree(vdev->
pci_config_map
);
in vfio_config_free()
1838
vdev->
pci_config_map
= NULL;
in vfio_config_free()
1853
u8 cap = vdev->
pci_config_map
[po
in vfio_pci_cap_remaining_dword()
[all...]
H
A
D
vfio_pci_igd.c
275
memset(vdev->
pci_config_map
+ OPREGION_PCI_ADDR,
in vfio_pci_igd_opregion_init()
/kernel/linux/linux-6.6/include/linux/
H
A
D
vfio_pci_core.h
57
u8 *
pci_config_map
;
member
Completed in 7 milliseconds