Searched refs:mce (Results 26 - 50 of 86) sorted by relevance

1234

/linux-master/drivers/edac/
H A Digen6_edac.c25 #include <asm/mce.h>
914 struct mce *mce = (struct mce *)data; local
917 if (mce->kflags & MCE_HANDLED_CEC)
925 if ((mce->status & 0xefff) >> 7 != 1)
928 if (mce->mcgstatus & MCG_STATUS_MCIP)
934 mce->extcpu, type, mce->mcgstatus,
935 mce
[all...]
H A Dpnd2_edac.c38 #include <asm/mce.h>
1122 static void pnd2_mce_output_error(struct mem_ctl_info *mci, const struct mce *m,
1364 * Callback function registered with core kernel mce code.
1369 struct mce *mce = (struct mce *)data; local
1375 if (!mci || (mce->kflags & MCE_HANDLED_CEC))
1384 if ((mce->status & 0xefff) >> 7 != 1)
1387 if (mce->mcgstatus & MCG_STATUS_MCIP)
1394 mce
[all...]
H A Dskx_common.h13 #include <asm/mce.h>
156 struct mce *mce; member in struct:decoded_addr
H A Di10nm_base.c12 #include <asm/mce.h>
475 static bool i10nm_mc_decode_available(struct mce *mce) argument
483 if ((mce->status & (MCI_STATUS_MISCV | MCI_STATUS_ADDRV))
487 bank = mce->bank;
504 if (MCI_MISC_ECC_MODE(mce->misc) == MCI_MISC_ECC_DDRT)
507 if (i10nm_mscod_is_ddrt(MCI_STATUS_MSCOD(mce->status)))
515 struct mce *m = res->mce;
1026 struct mce
[all...]
H A Di7core_edac.c36 #include <asm/mce.h>
1687 * struct mce field MCA Register
1695 const struct mce *m)
1791 static void i7core_check_error(struct mem_ctl_info *mci, struct mce *m)
1813 struct mce *mce = (struct mce *)data; local
1817 i7_dev = get_i7core_dev(mce->socketid);
1818 if (!i7_dev || (mce->kflags & MCE_HANDLED_CEC))
1827 if (((mce
[all...]
H A Dsb_edac.c26 #include <asm/mce.h>
2369 const struct mce *m, u8 *socket,
3077 const struct mce *m)
3258 struct mce *mce = (struct mce *)data; local
3262 if (mce->kflags & MCE_HANDLED_CEC)
3271 if ((mce->status & 0xefff) >> 7 != 1)
3275 if (!GET_BITFIELD(mce->status, 58, 58))
3279 if (!GET_BITFIELD(mce
[all...]
/linux-master/drivers/media/rc/keymaps/
H A DMakefile44 rc-dvico-mce.o \
54 rc-fusionhdtv-mce.o \
62 rc-imon-mce.o \
105 rc-rc6-mce.o \
/linux-master/arch/alpha/kernel/
H A Dsys_mikasa.c21 #include <asm/mce.h>
H A Dirq_alpha.c15 #include <asm/mce.h>
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile33 mce
/linux-master/arch/x86/lib/
H A Dcopy_mc.c11 #include <asm/mce.h>
/linux-master/arch/x86/kernel/cpu/mce/
H A Dintel.c19 #include <asm/mce.h>
482 bool intel_filter_mce(struct mce *m)
505 bool intel_mce_usable_address(struct mce *m)
H A Dseverity.c14 #include <asm/mce.h>
23 * Grade an mce by severity. In general the most severe ones are processed
286 static noinstr int error_context(struct mce *m, struct pt_regs *regs)
321 static noinstr int mce_severity_amd(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp)
381 static noinstr int mce_severity_intel(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp)
414 int noinstr mce_severity(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp)
H A Damd.c26 #include <asm/mce.h>
606 bool amd_filter_mce(struct mce *m)
671 /* cpu init entry point, called from mce.c with preempt off */
712 static bool legacy_mce_is_memory_error(struct mce *m)
721 static bool smca_mce_is_memory_error(struct mce *m)
733 bool amd_mce_is_memory_error(struct mce *m)
761 bool amd_mce_usable_address(struct mce *m)
781 struct mce m;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c80 struct mce { struct
1125 memcpy(ctx, &req->mce, sizeof(struct nix_rx_mce_s));
1203 memcpy(&rsp->mce, ctx,
3072 int mce, u8 op, u16 pcifunc, int next,
3081 aq_req.qidx = mce;
3084 aq_req.mce.op = mce_op;
3085 aq_req.mce.index = index;
3086 aq_req.mce.eol = eol;
3087 aq_req.mce.pf_func = pcifunc;
3088 aq_req.mce
3071 nix_blk_setup_mce(struct rvu *rvu, struct nix_hw *nix_hw, int mce, u8 op, u16 pcifunc, int next, int index, u8 mce_op, bool eol) argument
3105 struct mce *mce; local
3128 struct mce *mce, *prev_mce; local
3178 struct mce *mce, *prev_mce; local
3226 struct mce *mce; local
3265 struct mce *mce; local
3305 struct mce *mce, *tail = NULL; local
3352 struct mce *mce; local
5102 struct mce *mce; local
6207 struct mce *mce; local
[all...]
/linux-master/arch/x86/kernel/
H A Dsmp.c34 #include <asm/mce.h>
/linux-master/arch/x86/kernel/cpu/
H A DMakefile49 obj-$(CONFIG_X86_MCE) += mce/
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dvde.h100 void __iomem *mce; member in struct:tegra_vde
221 if (vde->mce == base)
H A Dvde.c255 vde->mce = devm_platform_ioremap_resource_byname(pdev, "mce");
256 if (IS_ERR(vde->mce))
257 return PTR_ERR(vde->mce);
/linux-master/drivers/ras/
H A Dcec.c11 #include <asm/mce.h>
537 struct mce *m = (struct mce *)data;
/linux-master/lib/zstd/common/
H A Dcpu.h136 D(mce, 7)
/linux-master/arch/powerpc/include/asm/
H A Dmce.h230 extern int get_mce_event(struct machine_check_event *mce, bool release);
H A Dpaca.h32 #include <asm/mce.h>
/linux-master/arch/powerpc/kernel/
H A Dcputable.c18 #include <asm/mce.h>
/linux-master/drivers/ras/amd/
H A Dfmpm.c55 #include <asm/mce.h>
340 static void update_fru_record(struct fru_rec *rec, struct mce *m)
403 struct mce *m = (struct mce *)data;

Completed in 350 milliseconds

1234