Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/hmat/
Dhmat.c65 struct acpi_hmat_locality *hmat_loc; member
225 static __init void hmat_add_locality(struct acpi_hmat_locality *hmat_loc) in hmat_add_locality() argument
235 loc->hmat_loc = hmat_loc; in hmat_add_locality()
238 switch (hmat_loc->data_type) { in hmat_add_locality()
267 struct acpi_hmat_locality *hmat_loc = (void *)header; in hmat_parse_locality() local
274 if (hmat_loc->header.length < sizeof(*hmat_loc)) { in hmat_parse_locality()
276 hmat_loc->header.length); in hmat_parse_locality()
280 type = hmat_loc->data_type; in hmat_parse_locality()
281 mem_hier = hmat_loc->flags & ACPI_HMAT_MEMORY_HIERARCHY; in hmat_parse_locality()
282 ipds = hmat_loc->number_of_initiator_Pds; in hmat_parse_locality()
[all …]