Searched refs:mp_callback (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/x86/cpu/
H A Dmp_init.c100 * single, common struct mp_callback and a pointer to this is written to each
135 * struct mp_callback - Callback information for APs
143 struct mp_callback { struct
158 * non-NULL it points to the mp_callback structure. This is shared between all
161 static struct mp_callback **ap_callbacks;
578 static struct mp_callback *read_callback(struct mp_callback **slot)
594 static void store_callback(struct mp_callback **slot, struct mp_callback *val)
605 * of logical_cpu_number (see struct mp_callback)
[all...]

Completed in 34 milliseconds