Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 25 of 37) sorted by relevance

12

/arch/arm/lib/
A Dcopy_from_user.S42 .macro ldr1w ptr reg abort
43 ldrusr \reg, \ptr, 4, abort=\abort
47 ldr1w \ptr, \reg1, \abort
48 ldr1w \ptr, \reg2, \abort
49 ldr1w \ptr, \reg3, \abort
50 ldr1w \ptr, \reg4, \abort
62 .macro ldr1w ptr reg abort
76 .macro ldr1b ptr reg cond=al abort
77 ldrusr \reg, \ptr, 1, \cond, abort=\abort
82 .macro str1w ptr reg abort
[all …]
A Dcopy_to_user.S36 .macro ldr1w ptr reg abort
61 strusr \reg, \ptr, 4, abort=\abort
65 str1w \ptr, \reg1, \abort
66 str1w \ptr, \reg2, \abort
67 str1w \ptr, \reg3, \abort
68 str1w \ptr, \reg4, \abort
69 str1w \ptr, \reg5, \abort
70 str1w \ptr, \reg6, \abort
71 str1w \ptr, \reg7, \abort
72 str1w \ptr, \reg8, \abort
[all …]
A Dcopy_template.S123 ldr1w r1, r3, abort=20f
124 ldr1w r1, r4, abort=20f
125 ldr1w r1, r5, abort=20f
126 ldr1w r1, r6, abort=20f
127 ldr1w r1, r8, abort=20f
128 ldr1w r1, r9, abort=20f
129 ldr1w r1, lr, abort=20f
141 str1w r0, r3, abort=20f
142 str1w r0, r4, abort=20f
143 str1w r0, r5, abort=20f
[all …]
A Dmemcpy.S17 .macro ldr1w ptr reg abort
21 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort
25 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
29 .macro ldr1b ptr reg cond=al abort
33 .macro str1w ptr reg abort
37 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
41 .macro str1b ptr reg cond=al abort
/arch/x86/events/
A Dutils.c88 static int get_branch_type(unsigned long from, unsigned long to, int abort, in get_branch_type() argument
113 if (abort) in get_branch_type()
208 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() argument
210 return get_branch_type(from, to, abort, false, NULL); in branch_type()
213 int branch_type_fused(unsigned long from, unsigned long to, int abort, in branch_type_fused() argument
216 return get_branch_type(from, to, abort, true, offset); in branch_type_fused()
/arch/arm/mm/
A DMakefile26 obj-$(CONFIG_CPU_ABRT_NOMMU) += abort-nommu.o
27 obj-$(CONFIG_CPU_ABRT_EV4) += abort-ev4.o
28 obj-$(CONFIG_CPU_ABRT_EV4T) += abort-ev4t.o
29 obj-$(CONFIG_CPU_ABRT_LV4T) += abort-lv4t.o
30 obj-$(CONFIG_CPU_ABRT_EV5T) += abort-ev5t.o
31 obj-$(CONFIG_CPU_ABRT_EV5TJ) += abort-ev5tj.o
32 obj-$(CONFIG_CPU_ABRT_EV6) += abort-ev6.o
33 obj-$(CONFIG_CPU_ABRT_EV7) += abort-ev7.o
/arch/powerpc/include/asm/
A Dhead-64.h132 .abort; \
141 .abort; \
145 .abort; \
/arch/arm/include/asm/
A Dassembler.h470 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER()
482 .long 9999b, \abort
486 .macro usracc, instr, reg, ptr, inc, cond, rept, abort
500 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort
502 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort
510 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER()
523 .long 9999b, \abort
530 .macro strusr, reg, ptr, inc, cond=al, rept=1, abort=9001f
531 usracc str, \reg, \ptr, \inc, \cond, \rept, \abort
534 .macro ldrusr, reg, ptr, inc, cond=al, rept=1, abort=9001f
[all …]
A Dglue-pf.h51 #error Unknown prefetch abort handler type
A Dglue-df.h96 #error Unknown data abort handler type
/arch/arm/mach-exynos/
A Dpm.c211 goto abort; in exynos_cpu0_enter_aftr()
223 goto abort; in exynos_cpu0_enter_aftr()
232 abort: in exynos_cpu0_enter_aftr()
/arch/alpha/math-emu/
A Dsfp-util.h31 #define abort() goto bad_insn macro
/arch/sparc/math-emu/
A Dsfp-util_32.h109 #define abort() \ macro
A Dsfp-util_64.h114 #define abort() \ macro
/arch/arm/kernel/
A Dentry-armv.S81 @ Call the processor-specific abort handler:
87 @ The abort handler must return the aborted address in r0, and
315 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode
316 @ and reuses the same macros. However in abort mode we must also
327 mrs r2, spsr @ Save spsr_abt, abort is now safe
340 mov lr, r1 @ Restore lr_abt, abort is unsafe
859 * of which is copied into r0 for the mode specific abort handler.
/arch/arm/common/
A Dmcpm_entry.c94 goto abort; in __mcpm_outbound_enter_critical()
124 goto abort; in __mcpm_outbound_enter_critical()
130 abort: in __mcpm_outbound_enter_critical()
A Dmcpm_head.S126 @ point onwards will observe INBOUND_COMING_UP and abort.
128 @ Wait for any previously-pending cluster teardown operations to abort
/arch/m68k/include/asm/
A Dmvme147hw.h30 volatile u_char abort; member
/arch/arc/kernel/
A Dtraps.c156 void abort(void) in abort() function
/arch/sh/math-emu/
A Dsfp-util.h69 #define abort() return 0 macro
/arch/x86/events/intel/
A Dlbr.c790 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
813 abort = !!(info & LBR_INFO_ABORT); in intel_pmu_lbr_read_64()
826 abort = !!(from & LBR_FROM_FLAG_ABORT); in intel_pmu_lbr_read_64()
845 if (abort && x86_pmu.lbr_double_abort && out > 0) in intel_pmu_lbr_read_64()
854 br[out].abort = abort; in intel_pmu_lbr_read_64()
929 e->abort = !!(info & LBR_INFO_ABORT); in intel_pmu_store_lbr()
1238 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
/arch/x86/kernel/
A Duprobes.c630 void (*abort)(struct arch_uprobe *, struct pt_regs *); member
703 .abort = default_abort_op,
1166 if (auprobe->ops->abort) in arch_uprobe_abort_xol()
1167 auprobe->ops->abort(auprobe, regs); in arch_uprobe_abort_xol()
/arch/x86/kvm/vmx/
A Dvmcs.h23 u32 abort; member
A Dvmcs12.h32 u32 abort; member
219 CHECK_OFFSET(abort, 4); in vmx_check_vmcs12_offsets()
/arch/parisc/boot/compressed/
A Dmisc.c201 void abort(void) in abort() function

Completed in 46 milliseconds

12