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:vmd_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
vmd.c
93
struct
vmd_dev
{
struct
109
static inline struct
vmd_dev
*vmd_from_bus(struct pci_bus *bus)
in vmd_from_bus()
111
return container_of(bus->sysdata, struct
vmd_dev
, sysdata);
in vmd_from_bus()
114
static inline unsigned int index_from_irqs(struct
vmd_dev
*vmd,
in index_from_irqs()
132
struct
vmd_dev
*vmd = irq_data_get_irq_handler_data(data);
in vmd_compose_msi_msg()
200
static struct vmd_irq_list *vmd_next_irq(struct
vmd_dev
*vmd, struct msi_desc *desc)
in vmd_next_irq()
234
struct
vmd_dev
*vmd = vmd_from_bus(msi_desc_to_pci_dev(desc)->bus);
in vmd_msi_init()
272
struct
vmd_dev
*vmd = vmd_from_bus(pdev->bus);
in vmd_msi_prepare()
301
static int vmd_create_irq_domain(struct
vmd_dev
*vmd)
in vmd_create_irq_domain()
318
static void vmd_remove_irq_domain(struct
vmd_dev
*vm
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
vmd.c
125
struct
vmd_dev
{
struct
144
static inline struct
vmd_dev
*vmd_from_bus(struct pci_bus *bus)
in vmd_from_bus()
146
return container_of(bus->sysdata, struct
vmd_dev
, sysdata);
in vmd_from_bus()
149
static inline unsigned int index_from_irqs(struct
vmd_dev
*vmd,
in index_from_irqs()
167
struct
vmd_dev
*vmd = irq_data_get_irq_handler_data(data);
in vmd_compose_msi_msg()
235
static struct vmd_irq_list *vmd_next_irq(struct
vmd_dev
*vmd, struct msi_desc *desc)
in vmd_next_irq()
270
struct
vmd_dev
*vmd = vmd_from_bus(msi_desc_to_pci_dev(desc)->bus);
in vmd_msi_init()
305
struct
vmd_dev
*vmd = vmd_from_bus(pdev->bus);
in vmd_msi_prepare()
334
static void vmd_set_msi_remapping(struct
vmd_dev
*vmd, bool enable)
in vmd_set_msi_remapping()
344
static int vmd_create_irq_domain(struct
vmd_dev
*vm
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pci.h
28
struct pci_dev *
vmd_dev
; /* VMD Device if in Intel VMD domain */
member
67
return to_pci_sysdata(bus)->
vmd_dev
!= NULL;
in is_vmd()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pci.h
28
struct pci_dev *
vmd_dev
; /* VMD Device if in Intel VMD domain */
member
67
return to_pci_sysdata(bus)->
vmd_dev
!= NULL;
in is_vmd()
/kernel/linux/linux-5.10/arch/x86/pci/
H
A
D
common.c
722
return to_pci_sysdata(dev->bus)->
vmd_dev
;
in pci_real_dma_dev()
/kernel/linux/linux-6.6/arch/x86/pci/
H
A
D
common.c
730
return to_pci_sysdata(dev->bus)->
vmd_dev
;
in pci_real_dma_dev()
Completed in 5 milliseconds