Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmpspec.c90 mpc = (struct mpc_config_processor *)mp_next_mpc_entry(mc); in mp_write_processor()
109 mpc = (struct mpc_config_bus *)mp_next_mpc_entry(mc); in mp_write_bus()
120 mpc = (struct mpc_config_ioapic *)mp_next_mpc_entry(mc); in mp_write_ioapic()
134 mpc = (struct mpc_config_intsrc *)mp_next_mpc_entry(mc); in mp_write_intsrc()
159 mpc = (struct mpc_config_lintsrc *)mp_next_mpc_entry(mc); in mp_write_lintsrc()
224 mc->mpe_checksum = table_compute_checksum((void *)mp_next_mpc_entry(mc), in mptable_finalize()
317 intsrc_base = (struct mpc_config_intsrc *)mp_next_mpc_entry(mc); in mptable_add_intsrc()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmpspec.h227 static inline ulong mp_next_mpc_entry(struct mp_config_table *mc) in mp_next_mpc_entry() function