Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/cxl/
Dhcalls.c160 case H_HARDWARE: /* A hardware event prevented the attach operation */ in cxl_h_attach_process()
190 case H_HARDWARE: /* A hardware event prevented the detach operation */ in cxl_h_detach_process()
231 case H_HARDWARE: /* A hardware event prevented the attach operation */ in cxl_h_control_function()
419 case H_HARDWARE: /* A hardware event prevented the collection of the interrupt info.*/ in cxl_h_collect_int_info()
460 case H_HARDWARE: /* A hardware event prevented the control of faults. */ in cxl_h_control_faults()
502 case H_HARDWARE: /* A hardware event prevented the attach operation */ in cxl_h_control_facility()
606 case H_HARDWARE: /* A hardware event prevented the attach operation */ in cxl_h_download_facility()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dhvcserver.c38 case H_HARDWARE: in hvcs_convert()
Dlparcfg.c690 } else if (retval == H_HARDWARE) { in lparcfg_write()
Dvio.c1145 case H_HARDWARE: in vio_h_cop_sync()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dhvcall.h37 #define H_HARDWARE -1 /* Hardware error */ macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dtrace_hv.h156 {H_HARDWARE, "H_HARDWARE"}, \
Dbook3s_hv_builtin.c210 return H_HARDWARE; in kvmppc_h_random()
Dbook3s_xics.c883 return H_HARDWARE; in kvmppc_xics_hcall()
Dbook3s_hv_rmhandlers.S2576 li r3, H_HARDWARE
Dbook3s_hv.c1042 ret = H_HARDWARE; in kvmppc_pseries_do_hcall()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dnuma.c1192 case H_HARDWARE: in vphn_get_associativity()
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/
Dibmvscsi_tgt.c154 case H_HARDWARE: in ibmvscsis_unregister_command_q()
841 case H_HARDWARE: in ibmvscsis_establish_new_q()
846 rc = H_HARDWARE; in ibmvscsis_establish_new_q()
/kernel/linux/linux-5.10/drivers/misc/
Dibmvmc.c1321 } else if (rc == H_HARDWARE) { in ibmvmc_ioctl_requestvmc()