Searched refs:mce (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A Dmce.h2 #include <asm/mce.h>
H A DMakefile1 obj-y = mce.o k7.o p4.o p5.o p6.o winchip.o therm_throt.o
H A Dmce.c2 * mce.c - x86 Machine Check Exception Reporting
15 #include <asm/mce.h>
17 #include "mce.h"
76 __setup("mce", mcheck_enable);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dmce.h26 struct mce { struct
56 struct mce entry[MCE_LOG_LEN];
83 void mce_log(struct mce *m);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmce.c26 #include <asm/mce.h>
62 void mce_log(struct mce *mce) argument
66 mce->finished = 0;
92 memcpy(mcelog.entry + entry, mce, sizeof(struct mce));
101 static void print_mce(struct mce *m)
128 static void mce_panic(char *msg, struct mce *backup, unsigned long start)
153 static inline void mce_get_rip(struct mce *m, struct pt_regs *regs)
187 struct mce
[all...]
H A Dmce_intel.c11 #include <asm/mce.h>
H A DMakefile15 obj-$(CONFIG_X86_MCE) += mce.o therm_throt.o
H A Dnmi.c29 #include <asm/mce.h>
H A Dmce_amd.c28 #include <asm/mce.h>
116 /* cpu init entry point, called from mce.c with preempt off */
182 struct mce m;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/power/
H A Dcpu.c13 #include <asm/mce.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcommon.c15 #include <asm/mce.h>

Completed in 118 milliseconds