ACPI_TABLE_SLIT
Localities = (UINT32) ACPI_CAST_PTR (ACPI_TABLE_SLIT, Table)->LocalityCount;
Offset = ACPI_OFFSET (ACPI_TABLE_SLIT, Entry[0]);
Row = (UINT8 *) ACPI_CAST_PTR (ACPI_TABLE_SLIT, Table)->Entry;
ACPI_TABLE_SLIT *acpidev_slit_tbl_ptr;
ACPI_TABLE_SLIT *slit_ptr = NULL;
process_slit(ACPI_TABLE_SLIT *tp)
if ((slit_ptr = (ACPI_TABLE_SLIT *)find_fw_table(rsdp,
extern ACPI_TABLE_SLIT *slit_ptr;
lgrp_plat_process_slit(ACPI_TABLE_SLIT *tp,
static int lgrp_plat_process_slit(ACPI_TABLE_SLIT *tp,
extern ACPI_TABLE_SLIT *acpidev_slit_tbl_ptr;
#define ACPI_SLIT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_SLIT,f)