Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc40 static void handle_err(const char *syscall)
83 handle_err("mprotect");
99 handle_err("mprotect");
117 handle_err("sigaction");
125 handle_err("mmap");
/openbmc/linux/kernel/futex/
H A Dpi.c746 goto handle_err; in __fixup_pi_state_owner()
767 goto handle_err; in __fixup_pi_state_owner()
774 goto handle_err; in __fixup_pi_state_owner()
802 handle_err: in __fixup_pi_state_owner()
/openbmc/linux/drivers/misc/cxl/
H A Dguest.c891 if (afu_guest->handle_err) in afu_handle_errstate()
998 afu->guest->handle_err = true; in cxl_guest_init_afu()
1031 afu->guest->handle_err = false; in cxl_guest_remove_afu()
H A Dcxl.h472 bool handle_err; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ae_adapt.c89 goto handle_err; in hns_ae_get_handle()
134 handle_err: in hns_ae_get_handle()
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835aux.c502 host->handle_err = bcm2835aux_spi_handle_err; in bcm2835aux_spi_probe()
H A Dspi-hisi-kunpeng.c499 host->handle_err = hisi_spi_handle_err; in hisi_spi_probe()
H A Dspi-img-spfi.c611 host->handle_err = img_spfi_handle_err; in img_spfi_probe()
H A Dspi-uniphier.c710 master->handle_err = uniphier_spi_handle_err; in uniphier_spi_probe()
H A Dspi-qcom-qspi.c773 host->handle_err = qcom_qspi_handle_err; in qcom_qspi_probe()
H A Dspi-dw-core.c931 host->handle_err = dw_spi_handle_err; in dw_spi_add_host()
H A Dspi-lantiq-ssc.c973 host->handle_err = lantiq_ssc_handle_err; in lantiq_ssc_probe()
H A Dspi-bcm2835.c1344 ctlr->handle_err = bcm2835_spi_handle_err; in bcm2835_spi_probe()
H A Dspi-rockchip.c881 ctlr->handle_err = rockchip_spi_handle_err; in rockchip_spi_probe()
H A Dspi-geni-qcom.c1102 spi->handle_err = spi_geni_handle_err; in spi_geni_probe()
H A Dspi-pxa2xx.c1491 controller->handle_err = pxa2xx_spi_handle_err; in pxa2xx_spi_probe()
H A Dspi.c1599 if (msg->status && ctlr->handle_err) in spi_transfer_one_message()
1600 ctlr->handle_err(ctlr, msg); in spi_transfer_one_message()
/openbmc/linux/include/linux/spi/
H A Dspi.h706 void (*handle_err)(struct spi_controller *ctlr, member