Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Dmpspec.c91 mpc = (struct mpc_config_processor *)mp_next_mpc_entry(mc); in mp_write_processor()
110 mpc = (struct mpc_config_bus *)mp_next_mpc_entry(mc); in mp_write_bus()
121 mpc = (struct mpc_config_ioapic *)mp_next_mpc_entry(mc); in mp_write_ioapic()
135 mpc = (struct mpc_config_intsrc *)mp_next_mpc_entry(mc); in mp_write_intsrc()
160 mpc = (struct mpc_config_lintsrc *)mp_next_mpc_entry(mc); in mp_write_lintsrc()
225 mc->mpe_checksum = table_compute_checksum((void *)mp_next_mpc_entry(mc), in mptable_finalize()
318 intsrc_base = (struct mpc_config_intsrc *)mp_next_mpc_entry(mc); in mptable_add_intsrc()
/u-boot/arch/x86/include/asm/
A Dmpspec.h226 static inline ulong mp_next_mpc_entry(struct mp_config_table *mc) in mp_next_mpc_entry() function

Completed in 5 milliseconds