Searched refs:thumb (Results 1 – 17 of 17) sorted by relevance
| /arch/arm/probes/kprobes/ |
| A D | Makefile | 4 KASAN_SANITIZE_actions-thumb.o := n 10 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o 11 test-kprobes-objs += test-thumb.o
|
| A D | core.c | 53 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 D | decode.c | 197 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 D | Makefile | 5 obj-$(CONFIG_KPROBES) += decode-thumb.o
|
| A D | decode.h | 381 const union decode_item *table, bool thumb, bool emulate,
|
| /arch/arm/kernel/ |
| A D | sigreturn_codes.S | 45 .thumb 55 .thumb
|
| A D | signal.c | 327 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 D | traps.c | 169 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 D | head.S | 98 THUMB( .thumb ) @ switch to Thumb now. 386 THUMB( .thumb ) @ switch to Thumb now.
|
| A D | head-nommu.S | 39 .thumb 47 THUMB( .thumb ) @ switch to Thumb now.
|
| A D | entry-common.S | 207 movne r10, #0 @ no thumb OABI emulation
|
| /arch/arm64/kernel/ |
| A D | signal32.c | 324 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 D | mcpm_head.S | 52 THUMB( .thumb )
|
| /arch/arm/ |
| A D | Makefile | 115 CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
|
| A D | Kconfig | 1190 (only for non "thumb" binaries). This option adds a tiny
|
| /arch/arm/mm/ |
| A D | abort-lv4t.S | 19 tst r5, #PSR_T_BIT @ check for thumb mode
|
| /arch/arm/boot/compressed/ |
| A D | head.S | 211 .thumb
|
Completed in 32 milliseconds