Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/cxl/
Dhcalls.c81 if ((rc != H_SUCCESS) && (rc != H_CONTINUE)) \
610 case H_CONTINUE: in cxl_h_download_facility()
/Linux-v5.10/arch/powerpc/include/asm/
Dhvcall.h18 #define H_CONTINUE 18 /* Returned from H_Join on success */ macro
/Linux-v5.10/Documentation/powerpc/
Dpapr_hcalls.rst130 return value of *H_CONTINUE* indicates that hypervisor hasn't still finished
135 for each subsequent hcall until hypervisor returns a non *H_CONTINUE*
/Linux-v5.10/arch/powerpc/kvm/
Dtrace_hv.h146 {H_CONTINUE, "H_CONTINUE"}, \
/Linux-v5.10/arch/powerpc/kernel/
Drtas.c809 } else if (rc == H_CONTINUE) { in __rtas_suspend_cpu()
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dlpar.c843 } while (rc == H_CONTINUE); in hcall_hpte_clear_all()