Searched refs:acpi_dmar_foreach_devscope (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | main.c | 144 acpi_dmar_foreach_devscope(hu, count_devscopes, &count); in ZTEST() 162 acpi_dmar_foreach_devscope(hu, devscope_nop, NULL); in ZTEST() 180 acpi_dmar_foreach_devscope(hu, devscope_nop, NULL); in ZTEST() 198 acpi_dmar_foreach_devscope(hu, devscope_nop, NULL); in ZTEST()
|
/Zephyr-latest/tests/arch/x86/info/src/ |
D | acpi.c | 69 acpi_dmar_foreach_devscope(drhd, dmar_devsope_handler, NULL); in vtd_drhd_info()
|
/Zephyr-latest/include/zephyr/acpi/ |
D | acpi.h | 273 void acpi_dmar_foreach_devscope(ACPI_DMAR_HARDWARE_UNIT *hu,
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 763 void acpi_dmar_foreach_devscope(ACPI_DMAR_HARDWARE_UNIT *hu, in acpi_dmar_foreach_devscope() function 814 acpi_dmar_foreach_devscope(hu, devscope_handler, arg); in subtable_handler()
|