/linux-6.1.9/arch/arm/probes/kprobes/ |
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
|
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()
|
/linux-6.1.9/arch/arm/probes/ |
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()
|
D | Makefile | 5 obj-$(CONFIG_KPROBES) += decode-thumb.o
|
D | decode.h | 381 const union decode_item *table, bool thumb, bool emulate,
|
/linux-6.1.9/drivers/media/i2c/m5mols/ |
D | m5mols_capture.c | 99 ret = m5mols_read_u32(sd, CAPC_THUMB_SIZE, &info->cap.thumb); in m5mols_capture_info() 101 info->cap.total = info->cap.main + info->cap.thumb; in m5mols_capture_info() 152 __func__, size, info->cap.thumb); in m5mols_start_capture()
|
D | m5mols.h | 85 u32 thumb; member
|
/linux-6.1.9/arch/arm/kernel/ |
D | signal.c | 326 unsigned int idx, thumb = 0; in setup_return() local 353 thumb = handler & 1; in setup_return() 368 if (thumb) { in setup_return() 385 idx = 6 + thumb * 3; in setup_return() 396 idx = thumb << 1; in setup_return() 419 (idx << 2) + thumb; in setup_return() 430 retcode = ((unsigned long)rc) + thumb; in setup_return()
|
D | sigreturn_codes.S | 45 .thumb 55 .thumb
|
D | traps.c | 168 const int thumb = thumb_mode(regs); in dump_instr() local 169 const int width = thumb ? 4 : 8; in dump_instr() 178 for (i = -4; i < 1 + !!thumb; i++) { in dump_instr() 182 if (thumb) { in dump_instr() 190 if (thumb) in dump_instr()
|
D | head.S | 98 THUMB( .thumb ) @ switch to Thumb now. 382 THUMB( .thumb ) @ switch to Thumb now.
|
D | head-nommu.S | 40 .thumb 48 THUMB( .thumb ) @ switch to Thumb now.
|
D | entry-common.S | 218 movne r10, #0 @ no thumb OABI emulation
|
/linux-6.1.9/drivers/input/joystick/ |
D | qwiic-joystick.c | 42 u8 thumb; member 58 input_report_key(input, BTN_THUMBL, !data.thumb); in qwiic_poll()
|
/linux-6.1.9/arch/arm64/kernel/ |
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-6.1.9/tools/testing/ktest/examples/ |
D | snowball.conf | 44 POWER_CYCLE = echo use the thumb luke; read a
|
/linux-6.1.9/Documentation/driver-api/firmware/ |
D | introduction.rst | 22 Which one you use vary depending on your requirements, the rule of thumb
|
/linux-6.1.9/Documentation/ |
D | atomic_bitops.txt | 53 Like with atomic_t, the rule of thumb is:
|
/linux-6.1.9/Documentation/hwmon/ |
D | k8temp.rst | 61 70 degrees C. The rule of the thumb -> CPU temperature should not cross
|
/linux-6.1.9/tools/memory-model/Documentation/ |
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-6.1.9/arch/arm/common/ |
D | mcpm_head.S | 50 THUMB( .thumb )
|
/linux-6.1.9/Documentation/i2c/ |
D | functionality.rst | 122 thumb, the functionality constants you test for with
|
/linux-6.1.9/arch/arm/ |
D | Makefile | 108 CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
|
/linux-6.1.9/Documentation/scsi/ |
D | 53c700.rst | 54 asynchronous dividers for the chip. As a general rule of thumb,
|
/linux-6.1.9/arch/arm/mm/ |
D | abort-lv4t.S | 19 tst r5, #PSR_T_BIT @ check for thumb mode
|