/linux/arch/arm/probes/kprobes/ |
H 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
|
/linux/arch/arm/probes/ |
H 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()
|
H A D | Makefile | 5 obj-$(CONFIG_KPROBES) += decode-thumb.o
|
H A D | decode.h | 381 const union decode_item *table, bool thumb, bool emulate,
|
/linux/arch/arm/kernel/ |
H 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()
|
H A D | sigreturn_codes.S | 45 .thumb 55 .thumb
|
H 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()
|
H A D | head.S | 98 THUMB( .thumb ) @ switch to Thumb now. 386 THUMB( .thumb ) @ switch to Thumb now.
|
H A D | head-nommu.S | 39 .thumb 47 THUMB( .thumb ) @ switch to Thumb now.
|
H A D | entry-common.S | 207 movne r10, #0 @ no thumb OABI emulation
|
/linux/drivers/input/joystick/ |
H A D | qwiic-joystick.c | 42 u8 thumb; member 58 input_report_key(input, BTN_THUMBL, !data.thumb); in qwiic_poll()
|
/linux/arch/arm64/kernel/ |
H A D | signal32.c | 321 int thumb; in compat_setup_return() local 324 thumb = handler & 1; in compat_setup_return() 326 if (thumb) in compat_setup_return() 341 unsigned int idx = thumb << 1; in compat_setup_return() 347 (idx << 2) + thumb; in compat_setup_return()
|
/linux/tools/testing/ktest/examples/ |
H A D | snowball.conf | 44 POWER_CYCLE = echo use the thumb luke; read a
|
/linux/Documentation/driver-api/firmware/ |
H A D | introduction.rst | 22 Which one you use vary depending on your requirements, the rule of thumb
|
/linux/Documentation/ |
H A D | atomic_bitops.txt | 53 Like with atomic_t, the rule of thumb is:
|
/linux/Documentation/hwmon/ |
H A D | k8temp.rst | 61 70 degrees C. The rule of the thumb -> CPU temperature should not cross
|
/linux/tools/memory-model/Documentation/ |
H A D | recipes.txt | 8 and the third section provides a few rules of thumb. 465 This situation is accounted for in the rules of thumb below. 523 Rules of thumb 568 However, if you find yourself having to stretch these rules of thumb
|
/linux/tools/memory-model/scripts/ |
H A D | README | 106 by checkghlitmus.sh. One exception to this rule of thumb is when the
|
/linux/arch/arm/common/ |
H A D | mcpm_head.S | 52 THUMB( .thumb )
|
/linux/Documentation/i2c/ |
H A D | functionality.rst | 122 thumb, the functionality constants you test for with
|
/linux/Documentation/scsi/ |
H A D | 53c700.rst | 54 asynchronous dividers for the chip. As a general rule of thumb,
|
/linux/arch/arm/ |
H A D | Makefile | 115 CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
|
/linux/arch/arm/mm/ |
H A D | abort-lv4t.S | 19 tst r5, #PSR_T_BIT @ check for thumb mode
|
/linux/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 27 @ thumb 304 3212 4420 33 @ thumb = same as 'small' but in Thumb instructions[**] and
|
/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 5 related functions declared in linux/timekeeping.h. As a rule of thumb,
|