Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Dmpspec.c176 mpe = (struct mp_ext_system_address_space *)mp_next_mpe_entry(mc); in mp_write_address_space()
193 mpe = (struct mp_ext_bus_hierarchy *)mp_next_mpe_entry(mc); in mp_write_bus_hierarchy()
210 mpe = (struct mp_ext_compat_address_space *)mp_next_mpe_entry(mc); in mp_write_compat_address_space()
226 end = mp_next_mpe_entry(mc); in mptable_finalize()
/external/u-boot/arch/x86/include/asm/
Dmpspec.h256 static inline ulong mp_next_mpe_entry(struct mp_config_table *mc) in mp_next_mpe_entry() function