Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dsmp_64.c680 (status != HV_ENOCPU))) in hypervisor_xcall_deliver()
712 } else if (status == HV_ENOCPU && !cpu_online(cpu)) { in hypervisor_xcall_deliver()
/openbmc/linux/arch/sparc/include/asm/
H A Dhypervisor.h62 #define HV_ENOCPU 1 /* Invalid CPU id */ macro