Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dmpspec.h37 u16 mpc_length; /* Size of table */ member
228 return (ulong)mc + mc->mpc_length; in mp_next_mpc_entry()
242 mc->mpc_length += length; in mp_add_mpc_entry()
258 return (ulong)mc + mc->mpc_length + mc->mpe_length; in mp_next_mpe_entry()
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c50 mc->mpc_length = sizeof(struct mp_config_table); in mp_config_table_init()
225 mc->mpc_checksum = table_compute_checksum(mc, mc->mpc_length); in mptable_finalize()