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:acpi_table_mcfg
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
irq.c
57
struct
acpi_table_mcfg
*mcfg;
in early_pci_mcfg_parse()
61
if (header->length < sizeof(struct
acpi_table_mcfg
))
in early_pci_mcfg_parse()
64
n = (header->length - sizeof(struct
acpi_table_mcfg
)) /
in early_pci_mcfg_parse()
66
mcfg = (struct
acpi_table_mcfg
*)header;
in early_pci_mcfg_parse()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
pci_mcfg.c
275
struct
acpi_table_mcfg
*mcfg;
in pci_mcfg_parse()
280
if (header->length < sizeof(struct
acpi_table_mcfg
))
in pci_mcfg_parse()
283
n = (header->length - sizeof(struct
acpi_table_mcfg
)) /
in pci_mcfg_parse()
285
mcfg = (struct
acpi_table_mcfg
*)header;
in pci_mcfg_parse()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
pci_mcfg.c
282
struct
acpi_table_mcfg
*mcfg;
in pci_mcfg_parse()
287
if (header->length < sizeof(struct
acpi_table_mcfg
))
in pci_mcfg_parse()
290
n = (header->length - sizeof(struct
acpi_table_mcfg
)) /
in pci_mcfg_parse()
292
mcfg = (struct
acpi_table_mcfg
*)header;
in pci_mcfg_parse()
/kernel/linux/linux-5.10/arch/x86/pci/
H
A
D
mmconfig-shared.c
548
static int __init acpi_mcfg_check_entry(struct
acpi_table_mcfg
*mcfg,
in acpi_mcfg_check_entry()
568
struct
acpi_table_mcfg
*mcfg;
in pci_parse_mcfg()
576
mcfg = (struct
acpi_table_mcfg
*)header;
in pci_parse_mcfg()
581
i = header->length - sizeof(struct
acpi_table_mcfg
);
in pci_parse_mcfg()
/kernel/linux/linux-6.6/arch/x86/pci/
H
A
D
mmconfig-shared.c
591
static int __init acpi_mcfg_check_entry(struct
acpi_table_mcfg
*mcfg,
in acpi_mcfg_check_entry()
611
struct
acpi_table_mcfg
*mcfg;
in pci_parse_mcfg()
619
mcfg = (struct
acpi_table_mcfg
*)header;
in pci_parse_mcfg()
624
i = header->length - sizeof(struct
acpi_table_mcfg
);
in pci_parse_mcfg()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
actbl2.h
884
struct
acpi_table_mcfg
{
struct
/kernel/linux/linux-6.6/include/acpi/
H
A
D
actbl2.h
1363
struct
acpi_table_mcfg
{
struct
Completed in 14 milliseconds