/linux-4.4.14/arch/mips/kernel/ |
D | unaligned.c | 94 #define STR(x) __STR(x) macro 126 STR(PTR)"\t1b, 4b\n\t" \ 127 STR(PTR)"\t2b, 4b\n\t" \ 147 STR(PTR)"\t1b, 4b\n\t" \ 148 STR(PTR)"\t2b, 4b\n\t" \ 180 STR(PTR)"\t1b, 11b\n\t" \ 181 STR(PTR)"\t2b, 11b\n\t" \ 182 STR(PTR)"\t3b, 11b\n\t" \ 183 STR(PTR)"\t4b, 11b\n\t" \ 208 STR(PTR)"\t1b, 4b\n\t" \ [all …]
|
D | mips-r2-to-r6-emul.c | 1255 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1256 STR(PTR) " 2b,8b\n" in mipsr2_decoder() 1257 STR(PTR) " 3b,8b\n" in mipsr2_decoder() 1258 STR(PTR) " 4b,8b\n" in mipsr2_decoder() 1330 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1331 STR(PTR) " 2b,8b\n" in mipsr2_decoder() 1332 STR(PTR) " 3b,8b\n" in mipsr2_decoder() 1333 STR(PTR) " 4b,8b\n" in mipsr2_decoder() 1401 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1402 STR(PTR) " 2b,8b\n" in mipsr2_decoder() [all …]
|
D | syscall.c | 126 " "STR(PTR)" 1b, 4b \n" in mips_atomic_set() 127 " "STR(PTR)" 2b, 4b \n" in mips_atomic_set() 156 " "STR(PTR)" 1b, 5b \n" in mips_atomic_set() 157 " "STR(PTR)" 2b, 5b \n" in mips_atomic_set()
|
/linux-4.4.14/arch/mips/cavium-octeon/crypto/ |
D | octeon-crypto.h | 34 "dmtc2 %[rt],0x0048+" STR(index) \ 47 "dmfc2 %[rt],0x0048+" STR(index) \ 60 "dmtc2 %[rt],0x0040+" STR(index) \ 108 "dmtc2 %[rt],0x0250+" STR(index) \ 121 "dmfc2 %[rt],0x0250+" STR(index) \ 134 "dmtc2 %[rt],0x0240+" STR(index) \ 182 "dmtc2 %[rt],0x0250+" STR(index) \ 195 "dmfc2 %[rt],0x0250+" STR(index) \ 208 "dmtc2 %[rt],0x0240+" STR(index) \
|
/linux-4.4.14/arch/mips/include/asm/ |
D | ftrace.h | 35 STR(PTR) "\t1b, 3b\n\t" \ 57 STR(PTR) "\t1b, 3b\n\t" \ 67 safe_load(STR(lw), src, dst, error) 69 safe_store(STR(sw), src, dst, error) 72 safe_load(STR(PTR_L), src, dst, error) 75 safe_store(STR(PTR_S), src, dst, error)
|
D | mipsregs.h | 28 #ifndef STR 29 #define STR(x) __STR(x) macro 1488 " "STR(gas_hardfloat)" \n" \ 1489 " cfc1 %0,"STR(source)" \n" \ 1500 " "STR(gas_hardfloat)" \n" \ 1501 " ctc1 %0,"STR(dest)" \n" \
|
D | r4kcache.h | 157 " "STR(PTR)" 1b, 2b \n" \ 171 " "STR(PTR)" 1b, 2b \n" \
|
/linux-4.4.14/tools/build/feature/ |
D | test-glibc.c | 6 #define XSTR(s) STR(s) 7 #define STR(s) #s macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | machine_kexec_32.c | 55 #define STR(X) __STR(X) in load_segments() macro 58 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments() 60 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments() 67 #undef STR in load_segments()
|
/linux-4.4.14/tools/perf/arch/arm/util/ |
D | dwarf-regs.c | 19 #define STR(s) #s macro 22 {.name = STR(%r##num), .dwarfnum = num}
|
/linux-4.4.14/tools/perf/util/ |
D | cgroup.c | 27 while (fscanf(fp, "%*s %"STR(PATH_MAX)"s %"STR(PATH_MAX)"s %" in cgroupfs_find_mountpoint() 28 STR(PATH_MAX)"s %*d %*d\n", in cgroupfs_find_mountpoint()
|
D | util.h | 271 #define STR(x) _STR(x) macro
|
D | parse-events.c | 797 CHECK_TYPE_VAL(STR); in config_term_common() 809 CHECK_TYPE_VAL(STR); in config_term_common()
|
/linux-4.4.14/arch/m68k/lib/ |
D | checksum.c | 294 #define STR(X) STR1(X) in csum_partial_copy_from_user() macro 296 "moveq #-" STR(EFAULT) ",%5\n\t" in csum_partial_copy_from_user()
|
/linux-4.4.14/tools/perf/arch/arm64/util/ |
D | dwarf-regs.c | 19 #define STR(s) #s macro 22 {.name = STR(%x##num), .dwarfnum = num}
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | dwarf-regs.c | 21 #define STR(s) #s macro 24 {.name = STR(%gpr##num), .dwarfnum = num}
|
/linux-4.4.14/Documentation/power/ |
D | drivers-testing.txt | 10 (aka suspend to disk or STD) and suspend to RAM (STR), because each of these 38 2). [As far as the STR tests are concerned, it should not matter whether or 45 should be mixed with the STR tests. If any of them fails, the driver cannot be
|
D | states.txt | 66 when entering Power-On Suspend are also carried out during transitions to STR. 69 firmware) as the last step during STR transitions and that usually results in 75 when entering STR, so devices must be able to handle the transition back to the 78 For at least ACPI, STR requires some minimal boot-strapping code to resume the
|
D | basic-pm-debugging.txt | 180 2. Testing suspend to RAM (STR) 182 To verify that the STR works, it is generally more convenient to use the s2ram 189 to given string. The STR test modes are defined in the same way as for 197 should be unloaded every time before an STR transition. 204 you will have to unload them every time before an STR transition (ie. before
|
D | s2ram.txt | 18 I've been working at making the machines I have able to STR, and almost
|
/linux-4.4.14/arch/mips/vdso/ |
D | vdso.h | 65 " " STR(PTR_ADDU) " %0, $31, %0 \n" in get_vdso_base()
|
/linux-4.4.14/drivers/misc/ibmasm/ |
D | ibmasm.h | 48 #define dbg(STR, ARGS...) \ argument 51 printk(KERN_DEBUG STR , ##ARGS); \
|
/linux-4.4.14/Documentation/trace/ |
D | coresight.txt | 255 Instruction 0 0x8026B548 E58D3004 false STR r3,[sp,#4] 259 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 265 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 270 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 275 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 280 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 285 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4]
|
D | ftrace.txt | 1781 #define STR(x) _STR(x) 1800 STR(MAX_PATH)
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | irq.h | 53 #define STR(x) STR2(x) macro
|
/linux-4.4.14/tools/lib/api/fs/ |
D | fs.c | 18 #define STR(x) _STR(x) macro 122 fscanf(fp, "%*s %" STR(PATH_MAX) "s %99s %*s %*d %*d\n", in fs__read_mounts()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | entry.h | 243 #define STR(X) STR1(X) 254 "andw #-"STR(THREAD_SIZE)","#tmp"\n\t" \
|
/linux-4.4.14/drivers/net/wan/ |
D | hdlc_ppp.c | 90 SCN = 0x200, STR = 0x400, STA = 0x800, SCJ = 0x1000}; enumerator 286 { INV , INV ,STR|2, SCR|3 ,SCR|3, SCR|5 , INV }, /* TO+ */ 296 { 0 , 1 , 1 , 1 , 1 , 1 ,IRC|STR|2}, /* RXJ- */ 323 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */ in ppp_cp_event() 339 if (action & STR) /* send Terminate-Request */ in ppp_cp_event()
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
D | irq.h | 81 #define STR(x) __STR(x) macro
|
/linux-4.4.14/drivers/thermal/ |
D | rcar_thermal.c | 340 status = rcar_thermal_common_read(common, STR); in rcar_thermal_irq() 341 rcar_thermal_common_write(common, STR, 0x000F0F0F & mask); in rcar_thermal_irq()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | unistd.h | 170 #undef STR
|
/linux-4.4.14/drivers/spi/ |
D | spi-sh-msiof.c | 69 #define STR 0x40 /* Status Register */ macro 374 sh_msiof_write(p, STR, sh_msiof_read(p, STR)); in sh_msiof_reset_str()
|
/linux-4.4.14/tools/vm/ |
D | page-types.c | 51 #ifndef STR 53 # define STR(x) _STR(x) macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace.c | 60 #define STR(s) #s /* convert to string */ macro 63 {.name = STR(gpr##num), .offset = offsetof(struct pt_regs, gpr[num])}
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 56 for suspend states like suspend-to-RAM (STR) often don't work very
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 1225 #define OSC_IO_DEBUG(OSC, STR, args...) \ argument 1226 CDEBUG(D_CACHE, "obj %p ready %d|%c|%c wr %d|%c|%c rd %d|%c " STR, \
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 859 DMA cache maintenance functions is performed. These LDR/STR
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 875 1: STR Rv/Mw
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 875 1: STR Rv/Mw
|