/linux-4.4.14/arch/arm/probes/kprobes/ |
D | Makefile | 6 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o 7 test-kprobes-objs += test-thumb.o
|
D | core.c | 60 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/ |
D | decode.c | 200 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()
|
D | Makefile | 4 obj-$(CONFIG_KPROBES) += decode-thumb.o
|
D | decode.h | 412 const union decode_item *table, bool thumb, bool emulate,
|
/linux-4.4.14/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 | 87 u32 thumb; member
|
/linux-4.4.14/arch/arm/kernel/ |
D | signal.c | 327 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()
|
D | sigreturn_codes.S | 51 .thumb
|
D | traps.c | 138 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()
|
D | head-nommu.S | 43 .thumb 51 THUMB( .thumb ) @ switch to Thumb now.
|
D | head.S | 85 THUMB( .thumb ) @ switch to Thumb now. 369 THUMB( .thumb ) @ switch to Thumb now.
|
D | sleep.S | 127 THUMB( .thumb ) @ switch to Thumb now.
|
D | entry-common.S | 177 movne r10, #0 @ no thumb OABI emulation
|
/linux-4.4.14/arch/arm64/kernel/ |
D | signal32.c | 467 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/ |
D | snowball.conf | 44 POWER_CYCLE = echo use the thumb luke; read a
|
/linux-4.4.14/Documentation/hwmon/ |
D | k8temp | 54 70 degrees C. The rule of the thumb -> CPU temperature should not cross
|
D | f71805f | 137 fan model. As a rule of thumb, lower frequencies seem to give better
|
D | sysfs-interface | 139 thumb: drivers should report the voltage values at the
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 109 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,)
|
D | Kconfig | 1630 (only for non "thumb" binaries). This option adds a tiny
|
/linux-4.4.14/arch/arm/common/ |
D | mcpm_head.S | 54 THUMB( .thumb )
|
/linux-4.4.14/Documentation/scsi/ |
D | 53c700.txt | 48 asynchronous dividers for the chip. As a general rule of thumb,
|
/linux-4.4.14/Documentation/i2c/ |
D | functionality | 114 thumb, the functionality constants you test for with
|
/linux-4.4.14/arch/arm/mm/ |
D | abort-lv4t.S | 18 tst r5, #PSR_T_BIT @ check for thumb mode
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv4-large.S | 17 @ thumb 304 3212 4420 23 @ thumb = same as 'small' but in Thumb instructions[**] and
|
D | aesbs-core.S_shipped | 76 .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
|
D | sha512-core.S_shipped | 76 .thumb
|
D | sha256-core.S_shipped | 53 .thumb
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 82 for those developers. So a simple rule of thumb applies here: history
|
D | 5.Posting | 77 rules of thumb, however, which can help considerably:
|
/linux-4.4.14/Documentation/power/ |
D | basic-pm-debugging.txt | 96 the "platform" test will fail as well and so on. Thus, as a rule of thumb, you
|
D | swsusp.txt | 303 As a rule of thumb use encrypted swap to protect your data while your
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 397 between index finger and thumb. With the addition of the MINOR parameters,
|
/linux-4.4.14/Documentation/RCU/ |
D | checklist.txt | 52 As a rough rule of thumb, any dereference of an RCU-protected
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 141 THUMB( .thumb )
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 610 attached child-devices will disconnect. A good rule of thumb is that if the
|
/linux-4.4.14/Documentation/ |
D | CodingStyle | 759 A reasonable rule of thumb is to not put inline at functions that have more
|