Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/numa/
Dhmat.c80 struct acpi_hmat_locality *hmat_loc; member
255 static __init void hmat_add_locality(struct acpi_hmat_locality *hmat_loc) in hmat_add_locality() argument
265 loc->hmat_loc = hmat_loc; in hmat_add_locality()
268 switch (hmat_loc->data_type) { in hmat_add_locality()
297 struct acpi_hmat_locality *hmat_loc = (void *)header; in hmat_parse_locality() local
304 if (hmat_loc->header.length < sizeof(*hmat_loc)) { in hmat_parse_locality()
306 hmat_loc->header.length); in hmat_parse_locality()
310 type = hmat_loc->data_type; in hmat_parse_locality()
311 mem_hier = hmat_loc->flags & ACPI_HMAT_MEMORY_HIERARCHY; in hmat_parse_locality()
312 ipds = hmat_loc->number_of_initiator_Pds; in hmat_parse_locality()
[all …]