Home
last modified time | relevance | path

Searched refs:mp_next_mpc_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c89 mpc = (struct mpc_config_processor *)mp_next_mpc_entry(mc); in mp_write_processor()
108 mpc = (struct mpc_config_bus *)mp_next_mpc_entry(mc); in mp_write_bus()
119 mpc = (struct mpc_config_ioapic *)mp_next_mpc_entry(mc); in mp_write_ioapic()
133 mpc = (struct mpc_config_intsrc *)mp_next_mpc_entry(mc); in mp_write_intsrc()
158 mpc = (struct mpc_config_lintsrc *)mp_next_mpc_entry(mc); in mp_write_lintsrc()
223 mc->mpe_checksum = table_compute_checksum((void *)mp_next_mpc_entry(mc), in mptable_finalize()
316 intsrc_base = (struct mpc_config_intsrc *)mp_next_mpc_entry(mc); in mptable_add_intsrc()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmpspec.h226 static inline ulong mp_next_mpc_entry(struct mp_config_table *mc) in mp_next_mpc_entry() function