Home
last modified time | relevance | path

Searched refs:thumb (Results 1 – 17 of 17) sorted by relevance

/arch/arm/kernel/
Dkprobes-common.c332 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()
DMakefile43 obj-$(CONFIG_KPROBES) += kprobes-thumb.o
50 test-kprobes-objs += kprobes-test-thumb.o
Dkprobes.c55 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()
Dsignal.c408 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()
Dhead-nommu.S42 THUMB( .thumb ) @ switch to Thumb now.
Dtraps.c130 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()
Dentry-common.S374 movne r10, #0 @ no thumb OABI emulation
Dhead.S91 THUMB( .thumb ) @ switch to Thumb now.
Dentry-armv.S472 sub r4, r2, #2 @ First half of thumb instr at LR - 2
/arch/arm/mach-shmobile/
Dsleep-sh7372.S78 THUMB( .thumb )
/arch/arm/
DMakefile96 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,)
DKconfig1734 (only for non "thumb" binaries). This option adds a tiny
/arch/arm/mm/
Dabort-lv4t.S18 tst r5, #PSR_T_BIT @ check for thumb mode
/arch/arm/crypto/
Dsha1-armv4-large.S17 @ thumb 304 3212 4420
23 @ thumb = same as 'small' but in Thumb instructions[**] and
Daesbs-core.S_shipped72 .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/
Dsleep34xx.S213 THUMB( .thumb )
/arch/arm/boot/compressed/
Dhead.S135 THUMB( .thumb )