Lines Matching refs:hv_err
291 unsigned long hv_err; in ldom_startcpu_cpuid() local
327 hv_err = sun4v_cpu_start(cpu, trampoline_ra, in ldom_startcpu_cpuid()
330 if (hv_err) in ldom_startcpu_cpuid()
332 "gives error %lu\n", hv_err); in ldom_startcpu_cpuid()
1382 unsigned long hv_err; in __cpu_die() local
1386 hv_err = sun4v_cpu_stop(cpu); in __cpu_die()
1387 if (hv_err == HV_EOK) { in __cpu_die()
1394 hv_err); in __cpu_die()
1437 unsigned long hv_err; in smp_send_stop() local
1438 hv_err = sun4v_cpu_stop(cpu); in smp_send_stop()
1439 if (hv_err) in smp_send_stop()
1441 "failed err=%lu\n", hv_err); in smp_send_stop()