acpi_dmar_reserved_memory
arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr)
struct acpi_dmar_reserved_memory *rmrr;
rmrr = container_of(header, struct acpi_dmar_reserved_memory,
static int __init rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr)
struct acpi_dmar_reserved_memory *rmrr;
rmrr = (struct acpi_dmar_reserved_memory *)header;
struct acpi_dmar_reserved_memory *rmrr;
struct acpi_dmar_reserved_memory, header);