/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip22-berr.c | 36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4); in save_and_clear_buserr()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-berr.c | 36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4); in save_and_clear_buserr()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | native.c | 1097 info->errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); in native_get_irq_info() 1136 u64 dsisr, u64 errstat) in native_handle_psl_slice_error() 1139 dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%016llx\n", errstat); in native_handle_psl_slice_error() 1149 return cxl_ops->ack_irq(ctx, 0, errstat); in native_handle_psl_slice_error() 1252 u64 errstat, serr, afu_error, dsisr; in native_slice_irq_err() local 1259 errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); in native_slice_irq_err() 1270 dev_crit(&afu->dev, "CXL_PSL_ErrStat_An: 0x%016llx\n", errstat); in native_slice_irq_err() 1437 static void recover_psl_err(struct cxl_afu *afu, u64 errstat) in recover_psl_err() argument 1441 pr_devel("RECOVERING FROM PSL ERROR... (0x%016llx)\n", errstat); in recover_psl_err() 1448 cxl_p2n_write(afu, CXL_PSL_ErrStat_An, errstat); in recover_psl_err() 1135 native_handle_psl_slice_error(struct cxl_context *ctx, u64 dsisr, u64 errstat) native_handle_psl_slice_error() argument [all...] |
H A D | irq.c | 51 irq_info->errstat); in cxl_irq_psl9() 136 irq_info->errstat); in cxl_irq_psl8()
|
H A D | guest.c | 56 u64 errstat) in guest_handle_psl_slice_error() 59 dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%.16llx\n", errstat); in guest_handle_psl_slice_error() 61 return cxl_ops->ack_irq(ctx, 0, errstat); in guest_handle_psl_slice_error() 55 guest_handle_psl_slice_error(struct cxl_context *ctx, u64 dsisr, u64 errstat) guest_handle_psl_slice_error() argument
|
H A D | hcalls.c | 412 pr_devel("dsisr:%#llx, dar:%#llx, dsr:%#llx, pid_tid:%#llx, afu_err:%#llx, errstat:%#llx\n", in cxl_h_collect_int_info() 414 info->afu_err, info->errstat); in cxl_h_collect_int_info()
|
H A D | cxl.h | 1002 u64 errstat; member 1075 u64 dsisr, u64 errstat);
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | native.c | 1093 info->errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); in native_get_irq_info() 1132 u64 dsisr, u64 errstat) in native_handle_psl_slice_error() 1135 dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%016llx\n", errstat); in native_handle_psl_slice_error() 1145 return cxl_ops->ack_irq(ctx, 0, errstat); in native_handle_psl_slice_error() 1248 u64 errstat, serr, afu_error, dsisr; in native_slice_irq_err() local 1255 errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); in native_slice_irq_err() 1266 dev_crit(&afu->dev, "CXL_PSL_ErrStat_An: 0x%016llx\n", errstat); in native_slice_irq_err() 1433 static void recover_psl_err(struct cxl_afu *afu, u64 errstat) in recover_psl_err() argument 1437 pr_devel("RECOVERING FROM PSL ERROR... (0x%016llx)\n", errstat); in recover_psl_err() 1444 cxl_p2n_write(afu, CXL_PSL_ErrStat_An, errstat); in recover_psl_err() 1131 native_handle_psl_slice_error(struct cxl_context *ctx, u64 dsisr, u64 errstat) native_handle_psl_slice_error() argument [all...] |
H A D | irq.c | 52 irq_info->errstat); in cxl_irq_psl9() 137 irq_info->errstat); in cxl_irq_psl8()
|
H A D | guest.c | 62 u64 errstat) in guest_handle_psl_slice_error() 65 dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%.16llx\n", errstat); in guest_handle_psl_slice_error() 67 return cxl_ops->ack_irq(ctx, 0, errstat); in guest_handle_psl_slice_error() 61 guest_handle_psl_slice_error(struct cxl_context *ctx, u64 dsisr, u64 errstat) guest_handle_psl_slice_error() argument
|
H A D | hcalls.c | 412 pr_devel("dsisr:%#llx, dar:%#llx, dsr:%#llx, pid_tid:%#llx, afu_err:%#llx, errstat:%#llx\n", in cxl_h_collect_int_info() 414 info->afu_err, info->errstat); in cxl_h_collect_int_info()
|
H A D | cxl.h | 1004 u64 errstat; member 1077 u64 dsisr, u64 errstat);
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
H A D | ioc.h | 78 volatile u8 errstat; /* Error status reg, reserved on INT2 */ member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
H A D | ioc.h | 78 volatile u8 errstat; /* Error status reg, reserved on INT2 */ member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | vc4_drm.h | 319 __u32 errstat; member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | vc4_drm.h | 319 __u32 errstat; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | vc4_drm.h | 148 __u32 errstat; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | vc4_drm.h | 148 __u32 errstat; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | vc4_drm.h | 159 __u32 errstat; member
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | regs.h | 472 u32 errstat; /* RTSTERRSTATx - Test error status */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ |
H A D | jme.h | 290 __u8 errstat; member
|
H A D | jme.c | 1083 rxdesc->descwb.errstat & RXWBERR_ALLERR)) { in jme_process_receive() 1085 if (rxdesc->descwb.errstat & RXWBERR_CRCERR) in jme_process_receive() 1087 else if (rxdesc->descwb.errstat & RXWBERR_OVERUN) in jme_process_receive()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | regs.h | 471 u32 errstat; /* RTSTERRSTATx - Test error status */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ |
H A D | jme.h | 290 __u8 errstat; member
|
H A D | jme.c | 1078 rxdesc->descwb.errstat & RXWBERR_ALLERR)) { in jme_process_receive() 1080 if (rxdesc->descwb.errstat & RXWBERR_CRCERR) in jme_process_receive() 1082 else if (rxdesc->descwb.errstat & RXWBERR_OVERUN) in jme_process_receive()
|