Searched refs:acpi_dmar (Results 1 - 4 of 4) sorted by relevance

/u-boot/test/dm/
H A Dacpi.c70 struct acpi_dmar *dmar;
73 dmar = (struct acpi_dmar *)ctx->current;
75 ctx->current += sizeof(struct acpi_dmar);
217 struct acpi_dmar dmar;
261 struct acpi_dmar *dmar;
412 addr, sizeof(struct acpi_dmar), OEM_REVISION);
413 addr = ALIGN(addr + sizeof(struct acpi_dmar), 16);
415 addr, sizeof(struct acpi_dmar), OEM_REVISION);
416 addr = ALIGN(addr + sizeof(struct acpi_dmar), 16);
418 addr, sizeof(struct acpi_dmar), OEM_REVISIO
[all...]
/u-boot/lib/acpi/
H A Dacpi_table.c34 int acpi_create_dmar(struct acpi_dmar *dmar, enum dmar_flags flags)
47 memset((void *)dmar, 0, sizeof(struct acpi_dmar));
51 header->length = sizeof(struct acpi_dmar);
/u-boot/arch/x86/cpu/apollolake/
H A Dhostbridge.c275 struct acpi_dmar *dmar;
294 dmar = (struct acpi_dmar *)ctx->current;
297 ctx->current += sizeof(struct acpi_dmar);
/u-boot/include/acpi/
H A Dacpi_table.h604 struct __packed acpi_dmar { struct
847 int acpi_create_dmar(struct acpi_dmar *dmar, enum dmar_flags flags);

Completed in 59 milliseconds