hmat_loc           65 drivers/acpi/hmat/hmat.c 	struct acpi_hmat_locality *hmat_loc;
hmat_loc          225 drivers/acpi/hmat/hmat.c static __init void hmat_add_locality(struct acpi_hmat_locality *hmat_loc)
hmat_loc          235 drivers/acpi/hmat/hmat.c 	loc->hmat_loc = hmat_loc;
hmat_loc          238 drivers/acpi/hmat/hmat.c 	switch (hmat_loc->data_type) {
hmat_loc          267 drivers/acpi/hmat/hmat.c 	struct acpi_hmat_locality *hmat_loc = (void *)header;
hmat_loc          274 drivers/acpi/hmat/hmat.c 	if (hmat_loc->header.length < sizeof(*hmat_loc)) {
hmat_loc          276 drivers/acpi/hmat/hmat.c 			 hmat_loc->header.length);
hmat_loc          280 drivers/acpi/hmat/hmat.c 	type = hmat_loc->data_type;
hmat_loc          281 drivers/acpi/hmat/hmat.c 	mem_hier = hmat_loc->flags & ACPI_HMAT_MEMORY_HIERARCHY;
hmat_loc          282 drivers/acpi/hmat/hmat.c 	ipds = hmat_loc->number_of_initiator_Pds;
hmat_loc          283 drivers/acpi/hmat/hmat.c 	tpds = hmat_loc->number_of_target_Pds;
hmat_loc          284 drivers/acpi/hmat/hmat.c 	total_size = sizeof(*hmat_loc) + sizeof(*entries) * ipds * tpds +
hmat_loc          286 drivers/acpi/hmat/hmat.c 	if (hmat_loc->header.length < total_size) {
hmat_loc          288 drivers/acpi/hmat/hmat.c 			 hmat_loc->header.length, total_size);
hmat_loc          293 drivers/acpi/hmat/hmat.c 		hmat_loc->flags, hmat_data_type(type), ipds, tpds,
hmat_loc          294 drivers/acpi/hmat/hmat.c 		hmat_loc->entry_base_unit);
hmat_loc          296 drivers/acpi/hmat/hmat.c 	inits = (u32 *)(hmat_loc + 1);
hmat_loc          303 drivers/acpi/hmat/hmat.c 					       hmat_loc->entry_base_unit,
hmat_loc          318 drivers/acpi/hmat/hmat.c 		hmat_add_locality(hmat_loc);
hmat_loc          461 drivers/acpi/hmat/hmat.c 			       struct acpi_hmat_locality *hmat_loc)
hmat_loc          467 drivers/acpi/hmat/hmat.c 	ipds = hmat_loc->number_of_initiator_Pds;
hmat_loc          468 drivers/acpi/hmat/hmat.c 	tpds = hmat_loc->number_of_target_Pds;
hmat_loc          469 drivers/acpi/hmat/hmat.c 	inits = (u32 *)(hmat_loc + 1);
hmat_loc          493 drivers/acpi/hmat/hmat.c 			      hmat_loc->entry_base_unit,
hmat_loc          494 drivers/acpi/hmat/hmat.c 			      hmat_loc->data_type);
hmat_loc          585 drivers/acpi/hmat/hmat.c 			value = hmat_initiator_perf(target, initiator, loc->hmat_loc);
hmat_loc          586 drivers/acpi/hmat/hmat.c 			if (hmat_update_best(loc->hmat_loc->data_type, value, &best))
hmat_loc          592 drivers/acpi/hmat/hmat.c 			hmat_update_target_access(target, loc->hmat_loc->data_type, best);