Searched refs:acpidev_srat_tbl_ptr (Results 1 – 3 of 3) sorted by relevance
390 if (acpidev_srat_tbl_ptr == NULL) { in acpidev_cpu_get_proximity_id()395 sp = (ACPI_SUBTABLE_HEADER *)(acpidev_srat_tbl_ptr + 1); in acpidev_cpu_get_proximity_id()396 len = acpidev_srat_tbl_ptr->Header.Length; in acpidev_cpu_get_proximity_id()397 off = sizeof (*acpidev_srat_tbl_ptr); in acpidev_cpu_get_proximity_id()449 (ACPI_TABLE_HEADER **)&acpidev_srat_tbl_ptr))) { in acpidev_cpu_pre_probe()450 acpidev_srat_tbl_ptr = NULL; in acpidev_cpu_pre_probe()
71 ACPI_TABLE_SRAT *acpidev_srat_tbl_ptr; variable479 if (acpidev_srat_tbl_ptr == NULL || acpidev_slit_tbl_ptr == NULL) { in acpidev_dr_create_node()2649 ASSERT(acpidev_srat_tbl_ptr != NULL); in acpidev_dr_mem_search_srat()2652 sp = (ACPI_SUBTABLE_HEADER *)(acpidev_srat_tbl_ptr + 1); in acpidev_dr_mem_search_srat()2653 len = acpidev_srat_tbl_ptr->Header.Length; in acpidev_dr_mem_search_srat()2654 off = sizeof (*acpidev_srat_tbl_ptr); in acpidev_dr_mem_search_srat()
143 extern ACPI_TABLE_SRAT *acpidev_srat_tbl_ptr;