Home
last modified time | relevance | path

Searched refs:dmar_tbl (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dtboot.h128 struct acpi_table_header *dmar_tbl);
138 #define tboot_get_dmar_table(dmar_tbl) (dmar_tbl)
H A Ddmar.h41 extern struct acpi_table_header *dmar_tbl;
/kernel/linux/linux-6.6/include/linux/
H A Dtboot.h128 struct acpi_table_header *dmar_tbl);
137 #define tboot_get_dmar_table(dmar_tbl) (dmar_tbl)
H A Ddmar.h37 extern struct acpi_table_header *dmar_tbl;
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Ddmar.c60 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 Dirq_remapping.c711 dmar = (struct acpi_table_dmar *)dmar_tbl; in dmar_x2apic_optout()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Ddmar.c62 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 Dirq_remapping.c691 dmar = (struct acpi_table_dmar *)dmar_tbl; in dmar_x2apic_optout()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dtboot.c469 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 Dtboot.c475 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 11 milliseconds