Searched refs:errors (Results 1 – 25 of 44) sorted by relevance
12
/arch/x86/tools/ |
D | insn_sanity.c | 223 int errors = 0; in main() local 247 errors++; in main() 255 fprintf((errors) ? stderr : stdout, in main() 258 (errors) ? "Failure" : "Success", in main() 261 errors, in main() 264 return errors ? 1 : 0; in main()
|
/arch/um/drivers/ |
D | pcap_user.c | 20 char errors[PCAP_ERRBUF_SIZE]; in pcap_user_init() local 23 pri->promisc, 0, errors); in pcap_user_init() 26 "'%s'\n", errors); in pcap_user_init()
|
/arch/x86/math-emu/ |
D | Makefile | 13 C_OBJS =fpu_entry.o errors.o \
|
/arch/mips/math-emu/ |
D | dsemul.c | 279 MIPS_FPU_EMU_INC_STATS(errors); in mips_dsemul() 299 MIPS_FPU_EMU_INC_STATS(errors); in do_dsemulret()
|
D | cp1emu.c | 1055 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate() 1060 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate() 1073 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate() 1078 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate() 1089 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate() 1094 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate() 1107 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate() 1112 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate() 1485 MIPS_FPU_EMU_INC_STATS(errors); in fpux_emu() 1490 MIPS_FPU_EMU_INC_STATS(errors); in fpux_emu() [all …]
|
D | me-debugfs.c | 60 __this_cpu_write((fpuemustats).errors, 0); in fpuemustats_clear_show() 216 FPU_STAT_CREATE(errors); in debugfs_fpuemu()
|
/arch/powerpc/boot/dts/fsl/ |
D | qoriq-fman3-0-10g-2.dtsi | 38 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-0-10g-3.dtsi | 38 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-1-1g-5.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-1-1g-0.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-1-1g-1.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-0-1g-5.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-0-1g-4.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-1-1g-3.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-1-1g-2.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-0-1g-1.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-0-1g-2.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-0-1g-3.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-1-1g-4.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-0-1g-0.dtsi | 62 fsl,erratum-a011043; /* must ignore read errors */
|
D | qoriq-fman3-0-10g-0.dtsi | 63 fsl,erratum-a011043; /* must ignore read errors */
|
/arch/x86/ras/ |
D | Kconfig | 6 This is a small cache which collects correctable memory errors per 4K
|
/arch/mips/include/asm/ |
D | fpu_emulator.h | 31 unsigned long errors; member
|
/arch/powerpc/platforms/powernv/ |
D | Makefile | 17 obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o
|
/arch/m68k/ifpsp060/ |
D | CHANGES | 78 For instruction read access errors, the info stacked is: 100 For data read/write access errors, the info stacked is:
|
12