Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Dmpspec.c25 struct mp_config_table *mp_write_floating_table(struct mp_floating_table *mf) in mp_write_floating_table()
30 mf->mpf_physptr = (ulong)mf + sizeof(struct mp_floating_table); in mp_write_floating_table()
43 mc = (ulong)mf + sizeof(struct mp_floating_table); in mp_write_floating_table()
380 mc = mp_write_floating_table((struct mp_floating_table *)addr); in write_mp_table()
/external/u-boot/arch/x86/include/asm/
Dmpspec.h20 struct mp_floating_table { struct
286 struct mp_config_table *mp_write_floating_table(struct mp_floating_table *mf);