Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dmshyperv.h350 int hv_call_notify_all_processors_started(void);
371 static inline int hv_call_notify_all_processors_started(void) in hv_call_notify_all_processors_started() function
/linux/drivers/hv/
H A Dhv_proc.c243 int hv_call_notify_all_processors_started(void) in hv_call_notify_all_processors_started() function
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c445 ret = hv_call_notify_all_processors_started(); in hv_smp_prepare_cpus()