Home
last modified time | relevance | path

Searched refs:drhd (Results 1 – 1 of 1) sorted by relevance

/u-boot/arch/x86/lib/
A Dacpi_table.c607 struct dmar_entry *drhd = ctx->current; in acpi_create_dmar_drhd() local
609 memset(drhd, '\0', sizeof(*drhd)); in acpi_create_dmar_drhd()
610 drhd->type = DMAR_DRHD; in acpi_create_dmar_drhd()
611 drhd->length = sizeof(*drhd); /* will be fixed up later */ in acpi_create_dmar_drhd()
612 drhd->flags = flags; in acpi_create_dmar_drhd()
613 drhd->segment = segment; in acpi_create_dmar_drhd()
614 drhd->bar = bar; in acpi_create_dmar_drhd()
615 acpi_inc(ctx, drhd->length); in acpi_create_dmar_drhd()
634 struct dmar_entry *drhd = base; in acpi_dmar_drhd_fixup() local
636 drhd->length = ctx->current - base; in acpi_dmar_drhd_fixup()

Completed in 5 milliseconds