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:dmar_tbl
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
tboot.h
128
struct acpi_table_header *
dmar_tbl
);
138
#define tboot_get_dmar_table(
dmar_tbl
) (
dmar_tbl
)
H
A
D
dmar.h
41
extern struct acpi_table_header *
dmar_tbl
;
/kernel/linux/linux-6.6/include/linux/
H
A
D
tboot.h
128
struct acpi_table_header *
dmar_tbl
);
137
#define tboot_get_dmar_table(
dmar_tbl
) (
dmar_tbl
)
H
A
D
dmar.h
37
extern struct acpi_table_header *
dmar_tbl
;
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
dmar.c
60
struct acpi_table_header * __initdata
dmar_tbl
;
variable
568
status = acpi_get_table(ACPI_SIG_DMAR, 0, &
dmar_tbl
);
in dmar_table_detect()
570
if (ACPI_SUCCESS(status) && !
dmar_tbl
) {
in dmar_table_detect()
647
* Do it again, earlier
dmar_tbl
mapping could be mapped with
in parse_dmar_table()
656
dmar_tbl
= tboot_get_dmar_table(
dmar_tbl
);
in parse_dmar_table()
658
dmar = (struct acpi_table_dmar *)
dmar_tbl
;
in parse_dmar_table()
769
if (
dmar_tbl
== NULL)
in dmar_acpi_dev_scope_init()
772
for (andd = (void *)
dmar_tbl
+ sizeof(struct acpi_table_dmar);
in dmar_acpi_dev_scope_init()
773
((unsigned long)andd) < ((unsigned long)
dmar_tbl
)
in dmar_acpi_dev_scope_init()
[all...]
H
A
D
irq_remapping.c
711
dmar = (struct acpi_table_dmar *)
dmar_tbl
;
in dmar_x2apic_optout()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
dmar.c
62
struct acpi_table_header * __initdata
dmar_tbl
;
variable
572
status = acpi_get_table(ACPI_SIG_DMAR, 0, &
dmar_tbl
);
in dmar_table_detect()
574
if (ACPI_SUCCESS(status) && !
dmar_tbl
) {
in dmar_table_detect()
652
* Do it again, earlier
dmar_tbl
mapping could be mapped with
in parse_dmar_table()
661
dmar_tbl
= tboot_get_dmar_table(
dmar_tbl
);
in parse_dmar_table()
663
dmar = (struct acpi_table_dmar *)
dmar_tbl
;
in parse_dmar_table()
774
if (
dmar_tbl
== NULL)
in dmar_acpi_dev_scope_init()
777
for (andd = (void *)
dmar_tbl
+ sizeof(struct acpi_table_dmar);
in dmar_acpi_dev_scope_init()
778
((unsigned long)andd) < ((unsigned long)
dmar_tbl
)
in dmar_acpi_dev_scope_init()
[all...]
H
A
D
irq_remapping.c
691
dmar = (struct acpi_table_dmar *)
dmar_tbl
;
in dmar_x2apic_optout()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
tboot.c
469
struct acpi_table_header *tboot_get_dmar_table(struct acpi_table_header *
dmar_tbl
)
in tboot_get_dmar_table()
argument
474
return
dmar_tbl
;
in tboot_get_dmar_table()
504
dmar_tbl
= (struct acpi_table_header *)(heap_ptr +
in tboot_get_dmar_table()
510
return
dmar_tbl
;
in tboot_get_dmar_table()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
tboot.c
475
struct acpi_table_header *tboot_get_dmar_table(struct acpi_table_header *
dmar_tbl
)
in tboot_get_dmar_table()
argument
480
return
dmar_tbl
;
in tboot_get_dmar_table()
510
dmar_tbl
= (struct acpi_table_header *)(heap_ptr +
in tboot_get_dmar_table()
516
return
dmar_tbl
;
in tboot_get_dmar_table()
Completed in 13 milliseconds