Searched refs:num_inst (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/tests/arch/x86/info/src/ |
D | acpi.c | 14 union acpi_dmar_id *dmar_id, int num_inst) in vtd_dev_scope_info() argument 46 for (; num_inst > 0; num_inst--, i++) { in vtd_dev_scope_info() 58 int num_inst, i; in vtd_drhd_info() local 73 if (acpi_drhd_get(dmar_scope[i], &dev_scope, dmar_id, &num_inst, 4u)) { in vtd_drhd_info() 80 vtd_dev_scope_info(dmar_scope[i], &dev_scope, dmar_id, num_inst); in vtd_drhd_info()
|
/Zephyr-Core-3.5.0/include/zephyr/acpi/ |
D | acpi.h | 152 int acpi_madt_entry_get(int type, struct acpi_subtable_header **tables, int *num_inst); 175 union acpi_dmar_id *dmar_id, int *num_inst, int max_inst);
|
/Zephyr-Core-3.5.0/lib/acpi/ |
D | acpi.c | 670 int acpi_madt_entry_get(int type, struct acpi_subtable_header **tables, int *num_inst) in acpi_madt_entry_get() argument 686 *num_inst = acpi_get_subtable_entry_num(type, subtable, offset, base, in acpi_madt_entry_get() 724 union acpi_dmar_id *dmar_id, int *num_inst, int max_inst) in acpi_drhd_get() argument 781 *num_inst = i; in acpi_drhd_get()
|