Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c28 static u8 hmat_revision; variable
207 if (hmat_revision == 1) { in hmat_normalize()
211 } else if (hmat_revision == 2) { in hmat_normalize()
431 if (hmat_revision == 1) in hmat_parse_proximity_domain()
439 if ((hmat_revision == 1 && p->flags & ACPI_HMAT_MEMORY_PD_VALID) || in hmat_parse_proximity_domain()
440 hmat_revision > 1) { in hmat_parse_proximity_domain()
844 hmat_revision = tbl->revision; in hmat_init()
845 switch (hmat_revision) { in hmat_init()
850 pr_notice("Ignoring: Unknown revision:%d\n", hmat_revision); in hmat_init()