Home
last modified time | relevance | path

Searched defs:mp_params (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/x86/include/asm/
Dmp.h60 struct mp_params { struct
70 * mp_params. Each flight record will be executed according to the plan. Note argument
/external/u-boot/arch/x86/cpu/
Dmp_init.c373 static int bsp_do_flight_plan(struct udevice *cpu, struct mp_params *mp_params) in bsp_do_flight_plan()
/external/u-boot/arch/x86/cpu/i386/
Dcpu.c583 struct mp_params mp_params; in x86_mp_init() local