Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/probes/kprobes/
DMakefile6 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o
7 test-kprobes-objs += test-thumb.o
Dcore.c60 bool thumb; in arch_prepare_kprobe() local
70 thumb = true; in arch_prepare_kprobe()
85 thumb = false; in arch_prepare_kprobe()
110 ((uintptr_t)p->ainsn.insn | thumb); in arch_prepare_kprobe()
/linux-4.4.14/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()
DMakefile4 obj-$(CONFIG_KPROBES) += decode-thumb.o
Ddecode.h412 const union decode_item *table, bool thumb, bool emulate,
/linux-4.4.14/drivers/media/i2c/m5mols/
Dm5mols_capture.c99 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()
Dm5mols.h87 u32 thumb; member
/linux-4.4.14/arch/arm/kernel/
Dsignal.c327 int thumb = 0; in setup_return() local
344 thumb = handler & 1; in setup_return()
359 if (thumb) { in setup_return()
369 unsigned int idx = thumb << 1; in setup_return()
392 (idx << 2) + thumb; in setup_return()
403 retcode = ((unsigned long)rc) + thumb; in setup_return()
Dsigreturn_codes.S51 .thumb
Dtraps.c138 const int thumb = thumb_mode(regs); in dump_instr() local
139 const int width = thumb ? 4 : 8; in dump_instr()
152 for (i = -4; i < 1 + !!thumb; i++) { in dump_instr()
155 if (thumb) in dump_instr()
Dhead-nommu.S43 .thumb
51 THUMB( .thumb ) @ switch to Thumb now.
Dhead.S85 THUMB( .thumb ) @ switch to Thumb now.
369 THUMB( .thumb ) @ switch to Thumb now.
Dsleep.S127 THUMB( .thumb ) @ switch to Thumb now.
Dentry-common.S177 movne r10, #0 @ no thumb OABI emulation
/linux-4.4.14/arch/arm64/kernel/
Dsignal32.c467 int thumb; in compat_setup_return() local
470 thumb = handler & 1; in compat_setup_return()
472 if (thumb) in compat_setup_return()
487 unsigned int idx = thumb << 1; in compat_setup_return()
494 (idx << 2) + thumb; in compat_setup_return()
/linux-4.4.14/tools/testing/ktest/examples/
Dsnowball.conf44 POWER_CYCLE = echo use the thumb luke; read a
/linux-4.4.14/Documentation/hwmon/
Dk8temp54 70 degrees C. The rule of the thumb -> CPU temperature should not cross
Df71805f137 fan model. As a rule of thumb, lower frequencies seem to give better
Dsysfs-interface139 thumb: drivers should report the voltage values at the
/linux-4.4.14/arch/arm/
DMakefile109 CFLAGS_ABI :=-mabi=aapcs-linux -mno-thumb-interwork -mfpu=vfp
111 CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
DKconfig1630 (only for non "thumb" binaries). This option adds a tiny
/linux-4.4.14/arch/arm/common/
Dmcpm_head.S54 THUMB( .thumb )
/linux-4.4.14/Documentation/scsi/
D53c700.txt48 asynchronous dividers for the chip. As a general rule of thumb,
/linux-4.4.14/Documentation/i2c/
Dfunctionality114 thumb, the functionality constants you test for with
/linux-4.4.14/arch/arm/mm/
Dabort-lv4t.S18 tst r5, #PSR_T_BIT @ check for thumb mode
/linux-4.4.14/arch/arm/crypto/
Dsha1-armv4-large.S17 @ thumb 304 3212 4420
23 @ thumb = same as 'small' but in Thumb instructions[**] and
Daesbs-core.S_shipped76 .thumb
1317 add sp, #0x10 @ add sp,r9,#0x10 is no good for thumb
1491 add sp, #0x10 @ add sp,r9,#0x10 is no good for thumb
Dsha512-core.S_shipped76 .thumb
Dsha256-core.S_shipped53 .thumb
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics82 for those developers. So a simple rule of thumb applies here: history
D5.Posting77 rules of thumb, however, which can help considerably:
/linux-4.4.14/Documentation/power/
Dbasic-pm-debugging.txt96 the "platform" test will fail as well and so on. Thus, as a rule of thumb, you
Dswsusp.txt303 As a rule of thumb use encrypted swap to protect your data while your
/linux-4.4.14/Documentation/input/
Dmulti-touch-protocol.txt397 between index finger and thumb. With the addition of the MINOR parameters,
/linux-4.4.14/Documentation/RCU/
Dchecklist.txt52 As a rough rule of thumb, any dereference of an RCU-protected
/linux-4.4.14/arch/arm/boot/compressed/
Dhead.S141 THUMB( .thumb )
/linux-4.4.14/Documentation/usb/
Dpower-management.txt610 attached child-devices will disconnect. A good rule of thumb is that if the
/linux-4.4.14/Documentation/
DCodingStyle759 A reasonable rule of thumb is to not put inline at functions that have more