Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/arm/probes/kprobes/
DMakefile7 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o
8 test-kprobes-objs += test-thumb.o
Dcore.c59 bool thumb; in arch_prepare_kprobe() local
66 thumb = true; in arch_prepare_kprobe()
81 thumb = false; in arch_prepare_kprobe()
106 ((uintptr_t)p->ainsn.insn | thumb); in arch_prepare_kprobe()
/Linux-v4.19/arch/arm/probes/
Ddecode.c200 bool thumb) in prepare_emulated_insn() argument
203 if (thumb) { in prepare_emulated_insn()
226 bool thumb) in set_emulated_insn() argument
229 if (thumb) { in set_emulated_insn()
415 const union decode_item *table, bool thumb, in probes_decode_insn() argument
446 insn = prepare_emulated_insn(insn, asi, thumb); in probes_decode_insn()
508 set_emulated_insn(insn, asi, thumb); in probes_decode_insn()
DMakefile5 obj-$(CONFIG_KPROBES) += decode-thumb.o
Ddecode.h413 const union decode_item *table, bool thumb, bool emulate,
/Linux-v4.19/drivers/media/i2c/m5mols/
Dm5mols_capture.c104 ret = m5mols_read_u32(sd, CAPC_THUMB_SIZE, &info->cap.thumb); in m5mols_capture_info()
106 info->cap.total = info->cap.main + info->cap.thumb; in m5mols_capture_info()
157 __func__, size, info->cap.thumb); in m5mols_start_capture()
Dm5mols.h87 u32 thumb; member
/Linux-v4.19/arch/arm/kernel/
Dsignal.c363 unsigned int idx, thumb = 0; in setup_return() local
390 thumb = handler & 1; in setup_return()
405 if (thumb) { in setup_return()
422 idx = 6 + thumb * 3; in setup_return()
433 idx = thumb << 1; in setup_return()
456 (idx << 2) + thumb; in setup_return()
467 retcode = ((unsigned long)rc) + thumb; in setup_return()
Dsigreturn_codes.S53 .thumb
63 .thumb
Dtraps.c161 const int thumb = thumb_mode(regs); in __dump_instr() local
162 const int width = thumb ? 4 : 8; in __dump_instr()
171 for (i = -4; i < 1 + !!thumb; i++) { in __dump_instr()
174 if (thumb) in __dump_instr()
Dhead.S85 THUMB( .thumb ) @ switch to Thumb now.
369 THUMB( .thumb ) @ switch to Thumb now.
Dsleep.S128 THUMB( .thumb ) @ switch to Thumb now.
Dhead-nommu.S44 .thumb
52 THUMB( .thumb ) @ switch to Thumb now.
Dentry-common.S203 movne r10, #0 @ no thumb OABI emulation
/Linux-v4.19/arch/arm64/kernel/
Dsignal32.c381 int thumb; in compat_setup_return() local
384 thumb = handler & 1; in compat_setup_return()
386 if (thumb) in compat_setup_return()
401 unsigned int idx = thumb << 1; in compat_setup_return()
408 (idx << 2) + thumb; in compat_setup_return()
/Linux-v4.19/tools/testing/ktest/examples/
Dsnowball.conf44 POWER_CYCLE = echo use the thumb luke; read a
/Linux-v4.19/Documentation/driver-api/firmware/
Dintroduction.rst22 Which one you use vary depending on your requirements, the rule of thumb
/Linux-v4.19/Documentation/
Datomic_bitops.txt53 Like with atomic_t, the rule of thumb is:
Datomic_t.txt144 The rule of thumb:
/Linux-v4.19/Documentation/hwmon/
Dk8temp54 70 degrees C. The rule of the thumb -> CPU temperature should not cross
/Linux-v4.19/tools/memory-model/Documentation/
Drecipes.txt8 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-v4.19/arch/arm/common/
Dmcpm_head.S54 THUMB( .thumb )
/Linux-v4.19/Documentation/i2c/
Dfunctionality114 thumb, the functionality constants you test for with
/Linux-v4.19/Documentation/scsi/
D53c700.txt48 asynchronous dividers for the chip. As a general rule of thumb,
/Linux-v4.19/arch/arm/mm/
Dabort-lv4t.S19 tst r5, #PSR_T_BIT @ check for thumb mode

12