Home
last modified time | relevance | path

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

/arch/x86/cpu/
A Dmp_init.c143 struct mp_callback { struct
161 static struct mp_callback **ap_callbacks;
578 static struct mp_callback *read_callback(struct mp_callback **slot) in read_callback()
594 static void store_callback(struct mp_callback **slot, struct mp_callback *val) in store_callback()
615 static int run_ap_work(struct mp_callback *callback, struct udevice *bsp, in run_ap_work()
677 struct mp_callback lcb; in ap_wait_for_instruction()
678 struct mp_callback **per_cpu_slot; in ap_wait_for_instruction()
686 struct mp_callback *cb = read_callback(per_cpu_slot); in ap_wait_for_instruction()
725 struct mp_callback lcb = { in mp_run_on_cpus()
864 ap_callbacks = calloc(num_cpus, sizeof(struct mp_callback *)); in mp_init()

Completed in 4 milliseconds