Home
last modified time | relevance | path

Searched refs:mpc (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/
A Dmpparse.c145 mpc->signature[0], mpc->signature[1], in smp_check_mpc()
146 mpc->signature[2], mpc->signature[3]); in smp_check_mpc()
149 if (mpf_checksum((unsigned char *)mpc, mpc->length)) { in smp_check_mpc()
153 if (mpc->spec != 0x01 && mpc->spec != 0x04) { in smp_check_mpc()
186 1, mpc, mpc->length, 1); in smp_dump_mptable()
793 mpc->checksum -= mpf_checksum((unsigned char *)mpc, mpc->length); in replace_intsrc_all()
866 if (!mpc) { in update_mp_table()
887 old = mpf_checksum((unsigned char *)mpc, mpc->length); in update_mp_table()
889 new = mpf_checksum((unsigned char *)mpc, mpc->length); in update_mp_table()
902 memcpy(mpc_new, mpc, mpc->length); in update_mp_table()
[all …]
/arch/mips/sgi-ip30/
A Dip30-smp.c79 struct mpconf *mpc; in ip30_smp_setup() local
85 mpc = (struct mpconf *)MPCONF(i); in ip30_smp_setup()
86 if (mpc->magic == MPCONF_MAGIC) { in ip30_smp_setup()
91 i, mpc->prid, mpc->physid, mpc->virtid); in ip30_smp_setup()
112 struct mpconf *mpc = (struct mpconf *)MPCONF(cpu); in ip30_smp_boot_secondary() local
115 mpc->stackaddr = (void *)__KSTK_TOS(idle); in ip30_smp_boot_secondary()
118 mpc->lnch_parm = task_thread_info(idle); in ip30_smp_boot_secondary()
123 mpc->launch = smp_bootstrap; in ip30_smp_boot_secondary()
/arch/x86/include/asm/
A Dmpspec_def.h162 char mpc[8]; member

Completed in 9 milliseconds