Searched refs:abort (Results 1 - 25 of 257) sorted by path

1234567891011

/linux-master/arch/alpha/math-emu/
H A Dsfp-util.h31 #define abort() goto bad_insn macro
/linux-master/arch/arm/include/asm/
H A Dglue-df.h19 * v4_early - ARMv4 without Thumb early abort handler
20 * v4t_late - ARMv4 with Thumb late abort handler
21 * v4t_early - ARMv4 with Thumb early abort handler
22 * v5t_early - ARMv5 with Thumb early abort handler
23 * v5tj_early - ARMv5 with Thumb and Java early abort handler
25 * v6_early - ARMv6 generic early abort handler
26 * v7_early - ARMv7 generic early abort handler
96 #error Unknown data abort handler type
H A Dglue-pf.h51 #error Unknown prefetch abort handler type
H A Dassembler.h469 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() variable
481 .long 9999b, \abort
485 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
499 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
501 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
509 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
522 .long 9999b, \abort
529 .macro strusr, reg, ptr, inc, cond=al, rept=1, abort=9001f variable
530 usracc str, \reg, \ptr, \inc, \cond, \rept, \abort
533 .macro ldrusr, reg, ptr, inc, cond=al, rept=1, abort variable
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h319 #define abort() \ macro
/linux-master/arch/sparc/math-emu/
H A Dsfp-util_32.h109 #define abort() \ macro
H A Dsfp-util_64.h114 #define abort() \ macro
/linux-master/drivers/hwmon/
H A Dmenf21bmc_hwmon.c66 goto abort;
73 abort:
/linux-master/include/math-emu/
H A Dop-2.h353 abort(); \
/linux-master/scripts/
H A Dunifdef.c360 abort(); /* bug */
462 print, done, abort },
466 drop, Eeof, abort },
470 print, Eeof, abort },
474 print, Eeof, abort },
478 drop, Eeof, abort },
482 print, Eeof, abort },
486 print, Eeof, abort },
490 drop, Eeof, abort },
494 print, Eeof, abort },
[all...]
/linux-master/tools/testing/radix-tree/
H A Dregression4.c32 abort();
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c41 abort();
71 //abort();
H A Dvalidate.c35 abort();
47 abort();
53 abort();
59 abort();
/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c89 abort();
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c253 abort();
260 abort();
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.h101 abort(); \
/linux-master/
H A DMakefile564 -Cpanic=abort -Cembed-bitcode=n -Clto=n \
/linux-master/arch/arc/kernel/
H A Dtraps.c153 * abort() call generated by older gcc for __builtin_trap()
155 void abort(void) function
/linux-master/arch/arm/common/
H A Dmcpm_entry.c94 goto abort;
101 * shouldn't be taking the cluster down at all: abort in that case.
124 goto abort;
130 abort:
H A Dmcpm_head.S126 @ point onwards will observe INBOUND_COMING_UP and abort.
128 @ Wait for any previously-pending cluster teardown operations to abort
/linux-master/arch/arm/kernel/
H A Dentry-armv.S74 @ Call the processor-specific abort handler:
80 @ The abort handler must return the aborted address in r0, and
308 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode
309 @ and reuses the same macros. However in abort mode we must also
320 mrs r2, spsr @ Save spsr_abt, abort is now safe
333 mov lr, r1 @ Restore lr_abt, abort is unsafe
477 * This is the return code to user mode for abort handlers
704 * implementation is either an IRQ or a data abort exception
763 * implementation is either an IRQ or a data abort exception
766 * the IRQ and data abort exceptio
[all...]
H A Dtraps.c45 "prefetch abort",
46 "data abort",
730 * A data abort trap was taken, but we did not handle the instruction.
731 * Try to abort the user program, or panic if it was the kernel.
741 pr_err("[%d] %s: bad data abort: code %d instr 0x%08lx\n",
748 arm_notify_die("unknown data abort code", regs,
783 void abort(void) function
/linux-master/arch/arm/lib/
H A Dcopy_from_user.S42 .macro ldr1w ptr reg abort
43 ldrusr \reg, \ptr, 4, abort=\abort
46 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort
47 ldr1w \ptr, \reg1, \abort
48 ldr1w \ptr, \reg2, \abort
49 ldr1w \ptr, \reg3, \abort
50 ldr1w \ptr, \reg4, \abort
53 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
54 ldr4w \ptr, \reg1, \reg2, \reg3, \reg4, \abort
[all...]
H A Dcopy_template.S22 * ldr1w ptr reg abort
25 * 'ptr' to the next word. The 'abort' argument is used for fixup tables.
27 * ldr4w ptr reg1 reg2 reg3 reg4 abort
28 * ldr8w ptr, reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
32 * The'abort' argument is used for fixup tables.
34 * ldr1b ptr reg cond abort
40 * str1w ptr reg abort
41 * str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
42 * str1b ptr reg cond abort
105 4: ldr8w r1, r3, r4, r5, r6, r8, r9, ip, lr, abort
[all...]
H A Dcopy_to_user.S36 .macro ldr1w ptr reg abort
40 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort
44 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
48 .macro ldr1b ptr reg cond=al abort
60 .macro str1w ptr reg abort
61 strusr \reg, \ptr, 4, abort=\abort
64 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
65 str1w \ptr, \reg1, \abort
66 str1w \ptr, \reg2, \abort
[all...]

Completed in 264 milliseconds

1234567891011