/Linux-v5.4/arch/mips/kernel/ |
D | unaligned.c | 95 #define STR(x) __STR(x) macro 127 STR(PTR)"\t1b, 4b\n\t" \ 128 STR(PTR)"\t2b, 4b\n\t" \ 148 STR(PTR)"\t1b, 4b\n\t" \ 149 STR(PTR)"\t2b, 4b\n\t" \ 181 STR(PTR)"\t1b, 11b\n\t" \ 182 STR(PTR)"\t2b, 11b\n\t" \ 183 STR(PTR)"\t3b, 11b\n\t" \ 184 STR(PTR)"\t4b, 11b\n\t" \ 209 STR(PTR)"\t1b, 4b\n\t" \ [all …]
|
D | mips-r2-to-r6-emul.c | 1261 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1262 STR(PTR) " 2b,8b\n" in mipsr2_decoder() 1263 STR(PTR) " 3b,8b\n" in mipsr2_decoder() 1264 STR(PTR) " 4b,8b\n" in mipsr2_decoder() 1336 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1337 STR(PTR) " 2b,8b\n" in mipsr2_decoder() 1338 STR(PTR) " 3b,8b\n" in mipsr2_decoder() 1339 STR(PTR) " 4b,8b\n" in mipsr2_decoder() 1407 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1408 STR(PTR) " 2b,8b\n" in mipsr2_decoder() [all …]
|
D | syscall.c | 124 " "STR(PTR)" 1b, 4b \n" in mips_atomic_set() 125 " "STR(PTR)" 2b, 4b \n" in mips_atomic_set() 154 " "STR(PTR)" 1b, 5b \n" in mips_atomic_set() 155 " "STR(PTR)" 2b, 5b \n" in mips_atomic_set()
|
/Linux-v5.4/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-v5.4/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 | r4kcache.h | 115 " "STR(PTR)" 1b, 3b \n" \ 139 " "STR(PTR)" 1b, 3b \n" \
|
D | mipsregs.h | 29 #ifndef STR 30 #define STR(x) __STR(x) macro 2284 " "STR(gas_hardfloat)" \n" \ 2285 " cfc1 %0,"STR(source)" \n" \ 2296 " "STR(gas_hardfloat)" \n" \ 2297 " ctc1 %0,"STR(dest)" \n" \
|
/Linux-v5.4/tools/build/feature/ |
D | test-glibc.c | 7 #define XSTR(s) STR(s) 8 #define STR(s) #s macro
|
/Linux-v5.4/arch/x86/kernel/ |
D | machine_kexec_32.c | 41 #define STR(X) __STR(X) in load_segments() macro 44 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments() 46 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments() 51 #undef STR in load_segments()
|
/Linux-v5.4/arch/m68k/lib/ |
D | checksum.c | 290 #define STR(X) STR1(X) in csum_partial_copy_from_user() macro 292 "moveq #-" STR(EFAULT) ",%5\n\t" in csum_partial_copy_from_user()
|
/Linux-v5.4/Documentation/power/ |
D | drivers-testing.rst | 14 (aka suspend to disk or STD) and suspend to RAM (STR), because each of these 43 2). [As far as the STR tests are concerned, it should not matter whether or 50 should be mixed with the STR tests. If any of them fails, the driver cannot be
|
D | basic-pm-debugging.rst | 217 2. Testing suspend to RAM (STR) 220 To verify that the STR works, it is generally more convenient to use the s2ram 227 to given string. The STR test modes are defined in the same way as for 235 should be unloaded every time before an STR transition. 242 you will have to unload them every time before an STR transition (ie. before
|
D | s2ram.rst | 20 I've been working at making the machines I have able to STR, and almost
|
/Linux-v5.4/tools/testing/selftests/kvm/x86_64/ |
D | smm_test.c | 31 #define STR(x) #x macro 32 #define XSTR(s) STR(s)
|
/Linux-v5.4/arch/mips/include/asm/vdso/ |
D | vdso.h | 51 " " STR(PTR_ADDU) " %0, $31, %0 \n" in get_vdso_base()
|
/Linux-v5.4/drivers/misc/ibmasm/ |
D | ibmasm.h | 35 #define dbg(STR, ARGS...) \ argument 38 printk(KERN_DEBUG STR , ##ARGS); \
|
/Linux-v5.4/arch/nds32/kernel/ |
D | ftrace.c | 52 #define XSTR(s) STR(s) 53 #define STR(s) #s macro
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | entry.h | 244 #define STR(X) STR1(X) 255 "andw #-"STR(THREAD_SIZE)","#tmp"\n\t" \
|
/Linux-v5.4/drivers/net/wan/ |
D | hdlc_ppp.c | 87 SCN = 0x200, STR = 0x400, STA = 0x800, SCJ = 0x1000}; enumerator 283 { INV , INV ,STR|2, SCR|3 ,SCR|3, SCR|5 , INV }, /* TO+ */ 293 { 0 , 1 , 1 , 1 , 1 , 1 ,IRC|STR|2}, /* RXJ- */ 320 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */ in ppp_cp_event() 336 if (action & STR) /* send Terminate-Request */ in ppp_cp_event()
|
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/ |
D | null_syscall.c | 127 #define TIME(A, STR) \ argument
|
/Linux-v5.4/tools/lib/api/fs/ |
D | fs.c | 20 #define STR(x) _STR(x) macro 153 fscanf(fp, "%*s %" STR(PATH_MAX) "s %99s %*s %*d %*d\n", in fs__read_mounts()
|
/Linux-v5.4/Documentation/trace/ |
D | coresight.rst | 317 Instruction 0 0x8026B548 E58D3004 false STR r3,[sp,#4] 321 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 327 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 332 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 337 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 342 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4] 347 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4]
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | unistd.h | 179 #undef STR
|
/Linux-v5.4/drivers/thermal/ |
D | rcar_thermal.c | 445 status = rcar_thermal_common_read(common, STR); in rcar_thermal_irq() 446 rcar_thermal_common_write(common, STR, 0x000F0F0F & mask); in rcar_thermal_irq()
|
/Linux-v5.4/drivers/spi/ |
D | spi-sh-msiof.c | 76 #define STR 0x40 /* Status Register */ macro 406 sh_msiof_write(p, STR, in sh_msiof_reset_str() 407 sh_msiof_read(p, STR) & ~(STR_TDREQ | STR_RDREQ)); in sh_msiof_reset_str()
|