Home
last modified time | relevance | path

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

/arch/arm/probes/kprobes/
A DMakefile4 KASAN_SANITIZE_actions-thumb.o := n
10 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o
11 test-kprobes-objs += test-thumb.o
A Dcore.c53 bool thumb; in arch_prepare_kprobe() local
60 thumb = true; in arch_prepare_kprobe()
75 thumb = false; in arch_prepare_kprobe()
100 ((uintptr_t)p->ainsn.insn | thumb); in arch_prepare_kprobe()
/arch/arm/probes/
A Ddecode.c197 bool thumb) in prepare_emulated_insn() argument
200 if (thumb) { in prepare_emulated_insn()
223 bool thumb) in set_emulated_insn() argument
226 if (thumb) { in set_emulated_insn()
412 const union decode_item *table, bool thumb, in probes_decode_insn() argument
443 insn = prepare_emulated_insn(insn, asi, thumb); in probes_decode_insn()
505 set_emulated_insn(insn, asi, thumb); in probes_decode_insn()
A DMakefile5 obj-$(CONFIG_KPROBES) += decode-thumb.o
A Ddecode.h381 const union decode_item *table, bool thumb, bool emulate,
/arch/arm/kernel/
A Dsigreturn_codes.S45 .thumb
55 .thumb
A Dsignal.c327 unsigned int idx, thumb = 0; in setup_return() local
354 thumb = handler & 1; in setup_return()
369 if (thumb) { in setup_return()
386 idx = 6 + thumb * 3; in setup_return()
397 idx = thumb << 1; in setup_return()
420 (idx << 2) + thumb; in setup_return()
431 retcode = ((unsigned long)rc) + thumb; in setup_return()
A Dtraps.c169 const int thumb = thumb_mode(regs); in dump_instr() local
170 const int width = thumb ? 4 : 8; in dump_instr()
179 for (i = -4; i < 1 + !!thumb; i++) { in dump_instr()
182 if (thumb) { in dump_instr()
A Dhead.S98 THUMB( .thumb ) @ switch to Thumb now.
386 THUMB( .thumb ) @ switch to Thumb now.
A Dhead-nommu.S39 .thumb
47 THUMB( .thumb ) @ switch to Thumb now.
A Dentry-common.S207 movne r10, #0 @ no thumb OABI emulation
/arch/arm64/kernel/
A Dsignal32.c324 int thumb; in compat_setup_return() local
327 thumb = handler & 1; in compat_setup_return()
329 if (thumb) in compat_setup_return()
344 unsigned int idx = thumb << 1; in compat_setup_return()
350 (idx << 2) + thumb; in compat_setup_return()
/arch/arm/common/
A Dmcpm_head.S52 THUMB( .thumb )
/arch/arm/
A DMakefile115 CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
A DKconfig1190 (only for non "thumb" binaries). This option adds a tiny
/arch/arm/mm/
A Dabort-lv4t.S19 tst r5, #PSR_T_BIT @ check for thumb mode
/arch/arm/boot/compressed/
A Dhead.S211 .thumb

Completed in 32 milliseconds