Lines Matching refs:mpt
301 unsigned char *mpt=((unsigned char *)mpc)+count; in smp_read_mpc() local
344 switch(*mpt) { in smp_read_mpc()
348 (struct mpc_config_processor *)mpt; in smp_read_mpc()
350 mpt += sizeof(*m); in smp_read_mpc()
372 (struct mpc_config_bus *)mpt; in smp_read_mpc()
374 mpt += sizeof(*m); in smp_read_mpc()
381 (struct mpc_config_ioapic *)mpt; in smp_read_mpc()
383 mpt+=sizeof(*m); in smp_read_mpc()
390 (struct mpc_config_intsrc *)mpt; in smp_read_mpc()
393 mpt+=sizeof(*m); in smp_read_mpc()
400 (struct mpc_config_lintsrc *)mpt; in smp_read_mpc()
402 mpt+=sizeof(*m); in smp_read_mpc()