Searched refs:thumb (Results 1 – 17 of 17) sorted by relevance
/arch/arm/kernel/ |
D | kprobes-common.c | 332 bool thumb) in prepare_emulated_insn() argument 335 if (thumb) { in prepare_emulated_insn() 357 bool thumb) in set_emulated_insn() argument 360 if (thumb) { in set_emulated_insn() 519 const union decode_item *table, bool thumb) in kprobe_decode_insn() argument 525 insn = prepare_emulated_insn(insn, asi, thumb); in kprobe_decode_insn() 565 set_emulated_insn(insn, asi, thumb); in kprobe_decode_insn()
|
D | Makefile | 43 obj-$(CONFIG_KPROBES) += kprobes-thumb.o 50 test-kprobes-objs += kprobes-test-thumb.o
|
D | kprobes.c | 55 bool thumb; in arch_prepare_kprobe() local 63 thumb = true; in arch_prepare_kprobe() 73 thumb = false; in arch_prepare_kprobe() 96 ((uintptr_t)p->ainsn.insn | thumb); in arch_prepare_kprobe()
|
D | signal.c | 408 int thumb = 0; in setup_return() local 425 thumb = handler & 1; in setup_return() 427 if (thumb) { in setup_return() 441 unsigned int idx = thumb << 1; in setup_return() 455 retcode = KERN_SIGRETURN_CODE + (idx << 2) + thumb; in setup_return() 464 retcode = ((unsigned long)rc) + thumb; in setup_return()
|
D | head-nommu.S | 42 THUMB( .thumb ) @ switch to Thumb now.
|
D | traps.c | 130 const int thumb = thumb_mode(regs); in dump_instr() local 131 const int width = thumb ? 4 : 8; in dump_instr() 144 for (i = -4; i < 1 + !!thumb; i++) { in dump_instr() 147 if (thumb) in dump_instr()
|
D | entry-common.S | 374 movne r10, #0 @ no thumb OABI emulation
|
D | head.S | 91 THUMB( .thumb ) @ switch to Thumb now.
|
D | entry-armv.S | 472 sub r4, r2, #2 @ First half of thumb instr at LR - 2
|
/arch/arm/mach-shmobile/ |
D | sleep-sh7372.S | 78 THUMB( .thumb )
|
/arch/arm/ |
D | Makefile | 96 CFLAGS_ABI :=-mabi=aapcs-linux -mno-thumb-interwork 98 CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
|
D | Kconfig | 1734 (only for non "thumb" binaries). This option adds a tiny
|
/arch/arm/mm/ |
D | abort-lv4t.S | 18 tst r5, #PSR_T_BIT @ check for thumb mode
|
/arch/arm/crypto/ |
D | sha1-armv4-large.S | 17 @ thumb 304 3212 4420 23 @ thumb = same as 'small' but in Thumb instructions[**] and
|
D | aesbs-core.S_shipped | 72 .thumb 1315 add sp, #0x10 @ add sp,r9,#0x10 is no good for thumb 1489 add sp, #0x10 @ add sp,r9,#0x10 is no good for thumb
|
/arch/arm/mach-omap2/ |
D | sleep34xx.S | 213 THUMB( .thumb )
|
/arch/arm/boot/compressed/ |
D | head.S | 135 THUMB( .thumb )
|