Searched refs:mpct (Results 1 – 1 of 1) sorted by relevance
164 static mpcth_t mpct; variable293 mpct = NULL; in mptable_probe()308 mpct->extended_table_length + mpct->base_table_length + in mptable_probe()312 if (mpct->signature[0] != 'P' || mpct->signature[1] != 'C' || in mptable_probe()313 mpct->signature[2] != 'M' || mpct->signature[3] != 'P') { in mptable_probe()315 __func__, mpct->signature[0], mpct->signature[1], in mptable_probe()316 mpct->signature[2], mpct->signature[3]); in mptable_probe()322 mpct->spec_rev, mpct); in mptable_probe()372 addr = mpct->apic_address; in mptable_setup_local()373 printf("%.*s %.*s", (int)sizeof(mpct->oem_id), mpct->oem_id, in mptable_setup_local()[all …]