Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dhcalls.c81 if ((rc != H_SUCCESS) && (rc != H_CONTINUE)) \
610 case H_CONTINUE: in cxl_h_download_facility()
/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h18 #define H_CONTINUE 18 /* Returned from H_Join on success */ macro
/openbmc/linux/Documentation/powerpc/
H A 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*
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c584 case H_CONTINUE: in do_join()
H A Dlpar.c887 } while (rc == H_CONTINUE); in hcall_hpte_clear_all()
/openbmc/linux/arch/powerpc/kvm/
H A Dtrace_hv.h166 {H_CONTINUE, "H_CONTINUE"}, \
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h295 #define H_CONTINUE 18 /* Returned from H_Join on success */ macro
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c567 return H_CONTINUE; in h_join()