Searched refs:hmat_loc (Results 1 – 1 of 1) sorted by relevance
79 struct acpi_hmat_locality *hmat_loc; member254 static __init void hmat_add_locality(struct acpi_hmat_locality *hmat_loc) in hmat_add_locality() argument264 loc->hmat_loc = hmat_loc; in hmat_add_locality()267 switch (hmat_loc->data_type) { in hmat_add_locality()296 struct acpi_hmat_locality *hmat_loc = (void *)header; in hmat_parse_locality() local303 if (hmat_loc->header.length < sizeof(*hmat_loc)) { in hmat_parse_locality()305 hmat_loc->header.length); in hmat_parse_locality()309 type = hmat_loc->data_type; in hmat_parse_locality()310 mem_hier = hmat_loc->flags & ACPI_HMAT_MEMORY_HIERARCHY; in hmat_parse_locality()311 ipds = hmat_loc->number_of_initiator_Pds; in hmat_parse_locality()[all …]