/arch/arm/lib/ |
D | copy_from_user.S | 42 .macro ldr1w ptr reg abort argument 43 ldrusr \reg, \ptr, 4, abort=\abort 46 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument 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 argument 54 ldr4w \ptr, \reg1, \reg2, \reg3, \reg4, \abort 55 ldr4w \ptr, \reg5, \reg6, \reg7, \reg8, \abort [all …]
|
D | copy_to_user.S | 36 .macro ldr1w ptr reg abort argument 40 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument 44 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 48 .macro ldr1b ptr reg cond=al abort 60 .macro str1w ptr reg abort argument 61 strusr \reg, \ptr, 4, abort=\abort 64 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 65 str1w \ptr, \reg1, \abort 66 str1w \ptr, \reg2, \abort 67 str1w \ptr, \reg3, \abort [all …]
|
D | copy_template.S | 113 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 115 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 131 ldr1w r1, r3, abort=20f 132 ldr1w r1, r4, abort=20f 133 ldr1w r1, r5, abort=20f 134 ldr1w r1, r6, abort=20f 135 ldr1w r1, r7, abort=20f 136 ldr1w r1, r8, abort=20f 137 ldr1w r1, lr, abort=20f 149 str1w r0, r3, abort=20f [all …]
|
D | memcpy.S | 17 .macro ldr1w ptr reg abort argument 21 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument 25 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 29 .macro ldr1b ptr reg cond=al abort 33 .macro str1w ptr reg abort argument 37 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 41 .macro str1b ptr reg cond=al abort
|
/arch/arm/mm/ |
D | Makefile | 27 obj-$(CONFIG_CPU_ABRT_NOMMU) += abort-nommu.o 28 obj-$(CONFIG_CPU_ABRT_EV4) += abort-ev4.o 29 obj-$(CONFIG_CPU_ABRT_EV4T) += abort-ev4t.o 30 obj-$(CONFIG_CPU_ABRT_LV4T) += abort-lv4t.o 31 obj-$(CONFIG_CPU_ABRT_EV5T) += abort-ev5t.o 32 obj-$(CONFIG_CPU_ABRT_EV5TJ) += abort-ev5tj.o 33 obj-$(CONFIG_CPU_ABRT_EV6) += abort-ev6.o 34 obj-$(CONFIG_CPU_ABRT_EV7) += abort-ev7.o
|
/arch/arm/include/asm/ |
D | assembler.h | 401 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() 413 .long 9999b, \abort 417 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 431 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort 433 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort 441 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER() 454 .long 9999b, \abort 461 .macro strusr, reg, ptr, inc, cond=al, rept=1, abort=9001f 462 usracc str, \reg, \ptr, \inc, \cond, \rept, \abort 465 .macro ldrusr, reg, ptr, inc, cond=al, rept=1, abort=9001f [all …]
|
D | glue-pf.h | 51 #error Unknown prefetch abort handler type
|
D | glue-df.h | 96 #error Unknown data abort handler type
|
/arch/powerpc/include/asm/ |
D | head-64.h | 136 .abort; \ 145 .abort; \ 149 .abort; \
|
/arch/arm/mach-exynos/ |
D | pm.c | 211 goto abort; in exynos_cpu0_enter_aftr() 223 goto abort; in exynos_cpu0_enter_aftr() 232 abort: in exynos_cpu0_enter_aftr()
|
/arch/x86/events/ |
D | utils.c | 18 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() argument 38 if (abort) in branch_type()
|
/arch/alpha/math-emu/ |
D | sfp-util.h | 31 #define abort() goto bad_insn macro
|
/arch/sparc/math-emu/ |
D | sfp-util_32.h | 109 #define abort() \ macro
|
D | sfp-util_64.h | 114 #define abort() \ macro
|
/arch/arm/common/ |
D | mcpm_entry.c | 94 goto abort; in __mcpm_outbound_enter_critical() 124 goto abort; in __mcpm_outbound_enter_critical() 130 abort: in __mcpm_outbound_enter_critical()
|
D | mcpm_head.S | 124 @ point onwards will observe INBOUND_COMING_UP and abort. 126 @ Wait for any previously-pending cluster teardown operations to abort
|
/arch/arm/kernel/ |
D | entry-armv.S | 65 @ Call the processor-specific abort handler: 71 @ The abort handler must return the aborted address in r0, and 302 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 303 @ and reuses the same macros. However in abort mode we must also 314 mrs r2, spsr @ Save spsr_abt, abort is now safe 327 mov lr, r1 @ Restore lr_abt, abort is unsafe 993 * of which is copied into r0 for the mode specific abort handler.
|
/arch/x86/events/intel/ |
D | lbr.c | 749 cpuc->lbr_entries[i].abort = 0; in intel_pmu_lbr_read_32() 781 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local 803 abort = !!(info & LBR_INFO_ABORT); in intel_pmu_lbr_read_64() 823 abort = !!(from & LBR_FROM_FLAG_ABORT); in intel_pmu_lbr_read_64() 836 if (abort && x86_pmu.lbr_double_abort && out > 0) in intel_pmu_lbr_read_64() 844 cpuc->lbr_entries[out].abort = abort; in intel_pmu_lbr_read_64() 914 e->abort = !!(info & LBR_INFO_ABORT); in intel_pmu_store_lbr() 1168 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
|
/arch/arc/kernel/ |
D | traps.c | 156 void abort(void) in abort() function
|
/arch/m68k/include/asm/ |
D | mvme147hw.h | 47 volatile u_char abort; member
|
/arch/sh/math-emu/ |
D | sfp-util.h | 69 #define abort() return 0 macro
|
/arch/x86/kernel/ |
D | uprobes.c | 509 void (*abort)(struct arch_uprobe *, struct pt_regs *); member 582 .abort = default_abort_op, 1040 if (auprobe->ops->abort) in arch_uprobe_abort_xol() 1041 auprobe->ops->abort(auprobe, regs); in arch_uprobe_abort_xol()
|
/arch/x86/kvm/vmx/ |
D | vmcs.h | 23 u32 abort; member
|
D | vmcs12.h | 32 u32 abort; member 218 CHECK_OFFSET(abort, 4); in vmx_check_vmcs12_offsets()
|
/arch/nds32/include/asm/ |
D | sfp-machine.h | 87 #define abort() do { } while (0) macro
|