Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/x86/
H A Dcpu.c1008 int hyperror; in mp_cpu_start() local
1024 if ((hyperror = HYPERVISOR_vcpu_op(VCPUOP_initialise, ci->ci_vcpuid, vcpuctx))) { in mp_cpu_start()
1025 aprint_error(": context initialisation failed. errno = %d\n", hyperror); in mp_cpu_start()
1032 if ((hyperror = HYPERVISOR_vcpu_op(VCPUOP_down, ci->ci_vcpuid, NULL))) { in mp_cpu_start()
1033 aprint_error(": VCPUOP_down hypervisor command failed. errno = %d\n", hyperror); in mp_cpu_start()
1037 if ((hyperror = HYPERVISOR_vcpu_op(VCPUOP_up, ci->ci_vcpuid, NULL))) { in mp_cpu_start()
1038 aprint_error(": VCPUOP_up hypervisor command failed. errno = %d\n", hyperror); in mp_cpu_start()
1044 hyperror = -1; in mp_cpu_start()
1050 return hyperror; in mp_cpu_start()