mp_config_table
struct mp_config_table *config_table; /* address of mp configuration table */
mp_config_table *config = floatingStruct->config_table;
if (config->base_table_length < sizeof(mp_config_table)) {
char *pointer = (char *)((uint32)config + sizeof(struct mp_config_table));