Searched refs:bsp_arg (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/x86/include/asm/ |
A D | mp.h | 56 void *bsp_arg; member 66 .bsp_arg = bsp_arg_, \ 69 #define MP_FR_BLOCK_APS(ap_func, ap_arg, bsp_func, bsp_arg) \ argument 70 MP_FLIGHT_RECORD(0, ap_func, ap_arg, bsp_func, bsp_arg) 72 #define MP_FR_NOBLOCK_APS(ap_func, ap_arg, bsp_func, bsp_arg) \ argument 73 MP_FLIGHT_RECORD(1, ap_func, ap_arg, bsp_func, bsp_arg)
|
/u-boot/arch/x86/cpu/ |
A D | mp_init.c | 526 rec->bsp_call(cpu, rec->bsp_arg); in bsp_do_flight_plan()
|
Completed in 6 milliseconds