Searched refs:hypervisor_ap_setup (Results 1 – 3 of 3) sorted by relevance
45 int hypervisor_ap_setup(void);64 static inline int hypervisor_ap_setup(void) { return 0; } in hypervisor_ap_setup() function
61 int hypervisor_ap_setup(void) in hypervisor_ap_setup() function
206 if ( cpu_has_hypervisor && (rc = hypervisor_ap_setup()) != 0 ) in smp_callin()
Completed in 5 milliseconds