Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 25 of 39) sorted by relevance

12

/linux-5.19.10/arch/mips/include/asm/
Dunaligned-emul.h23 STR(PTR_WD)"\t1b, 4b\n\t" \
24 STR(PTR_WD)"\t2b, 4b\n\t" \
44 STR(PTR_WD)"\t1b, 4b\n\t" \
45 STR(PTR_WD)"\t2b, 4b\n\t" \
77 STR(PTR_WD)"\t1b, 11b\n\t" \
78 STR(PTR_WD)"\t2b, 11b\n\t" \
79 STR(PTR_WD)"\t3b, 11b\n\t" \
80 STR(PTR_WD)"\t4b, 11b\n\t" \
105 STR(PTR_WD)"\t1b, 4b\n\t" \
106 STR(PTR_WD)"\t2b, 4b\n\t" \
[all …]
Dftrace.h35 STR(PTR_WD) "\t1b, 3b\n\t" \
57 STR(PTR_WD) "\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)
Dr4kcache.h122 " "STR(PTR_WD)" 1b, 3b \n" \
145 " "STR(PTR_WD)" 1b, 3b \n" \
/linux-5.19.10/arch/mips/cavium-octeon/crypto/
Docteon-crypto.h34 "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-5.19.10/arch/mips/kernel/
Dmips-r2-to-r6-emul.c1261 STR(PTR_WD) " 1b,8b\n" in mipsr2_decoder()
1262 STR(PTR_WD) " 2b,8b\n" in mipsr2_decoder()
1263 STR(PTR_WD) " 3b,8b\n" in mipsr2_decoder()
1264 STR(PTR_WD) " 4b,8b\n" in mipsr2_decoder()
1336 STR(PTR_WD) " 1b,8b\n" in mipsr2_decoder()
1337 STR(PTR_WD) " 2b,8b\n" in mipsr2_decoder()
1338 STR(PTR_WD) " 3b,8b\n" in mipsr2_decoder()
1339 STR(PTR_WD) " 4b,8b\n" in mipsr2_decoder()
1407 STR(PTR_WD) " 1b,8b\n" in mipsr2_decoder()
1408 STR(PTR_WD) " 2b,8b\n" in mipsr2_decoder()
[all …]
Dsyscall.c125 " "STR(PTR_WD)" 1b, 4b \n" in mips_atomic_set()
126 " "STR(PTR_WD)" 2b, 4b \n" in mips_atomic_set()
155 " "STR(PTR_WD)" 1b, 5b \n" in mips_atomic_set()
156 " "STR(PTR_WD)" 2b, 5b \n" in mips_atomic_set()
/linux-5.19.10/tools/build/feature/
Dtest-glibc.c7 #define XSTR(s) STR(s)
8 #define STR(s) #s macro
/linux-5.19.10/arch/x86/kernel/
Dmachine_kexec_32.c29 #define STR(X) __STR(X) in load_segments() macro
32 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
34 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
39 #undef STR in load_segments()
/linux-5.19.10/Documentation/power/
Ddrivers-testing.rst14 (aka suspend to disk or STD) and suspend to RAM (STR), because each of these
43 Documentation/power/basic-pm-debugging.rst, 2). [As far as the STR tests are
51 should be mixed with the STR tests. If any of them fails, the driver cannot be
Dbasic-pm-debugging.rst217 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
/linux-5.19.10/drivers/platform/x86/dell/dell-wmi-sysman/
Dsysman.c333 case STR: in alloc_attributes_data()
415 case STR: min_elements = 8; break; in init_bios_attributes()
488 case STR: in init_bios_attributes()
586 ret = init_bios_attributes(STR, DELL_WMI_BIOS_STRING_ATTRIBUTE_GUID); in sysman_init()
Ddell-wmi-sysman.h90 enum { ENUM, INT, STR, PO }; enumerator
/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Dsmm_test.c30 #define STR(x) #x macro
31 #define XSTR(s) STR(s)
/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dsh_css_firmware.c40 #define STR(x) _STR(x) macro
60 static const char *release_version = STR(irci_stable_candrpv_0415_20150521_0458);
62 static const char *release_version = STR(irci_stable_candrpv_0415_20150423_1753);
/linux-5.19.10/arch/mips/include/asm/vdso/
Dvdso.h51 " " STR(PTR_ADDU) " %0, $31, %0 \n" in get_vdso_base()
/linux-5.19.10/drivers/misc/ibmasm/
Dibmasm.h35 #define dbg(STR, ARGS...) \ argument
38 printk(KERN_DEBUG STR , ##ARGS); \
/linux-5.19.10/arch/riscv/kernel/
Dtraps_misaligned.c153 #define STR(x) XSTR(x) macro
210 STR(LWU) " %[insn], (%[addr])\n"
212 STR(LW) " %[insn], (%[addr])\n"
/linux-5.19.10/arch/m68k/include/asm/
Dentry.h244 #define STR(X) STR1(X) macro
255 "andw #-"STR(THREAD_SIZE)","#tmp"\n\t" \
/linux-5.19.10/drivers/net/wan/
Dhdlc_ppp.c87 SCN = 0x200, STR = 0x400, STA = 0x800, SCJ = 0x1000}; enumerator
282 { INV , INV ,STR|2, SCR|3 ,SCR|3, SCR|5 , INV }, /* TO+ */
292 { 0 , 1 , 1 , 1 , 1 , 1 ,IRC|STR|2}, /* RXJ- */
318 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */ in ppp_cp_event()
334 if (action & STR) /* send Terminate-Request */ in ppp_cp_event()
/linux-5.19.10/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c128 #define TIME(A, STR) \ argument
/linux-5.19.10/tools/lib/api/fs/
Dfs.c20 #define STR(x) _STR(x) macro
160 fscanf(fp, "%*s %" STR(PATH_MAX) "s %99s %*s %*d %*d\n", in fs__read_mounts()
/linux-5.19.10/arch/parisc/include/asm/
Dunistd.h174 #undef STR
/linux-5.19.10/Documentation/trace/coresight/
Dcoresight.rst403 Instruction 0 0x8026B548 E58D3004 false STR r3,[sp,#4]
407 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4]
413 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4]
418 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4]
423 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4]
428 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4]
433 Instruction 0 0x8026B558 E58D3004 false STR r3,[sp,#4]
/linux-5.19.10/Documentation/devicetree/bindings/ipmi/
Daspeed,ast2400-kcs-bmc.yaml41 - description: STR register
/linux-5.19.10/drivers/thermal/
Drcar_thermal.c398 status = rcar_thermal_common_read(common, STR); in rcar_thermal_irq()
399 rcar_thermal_common_write(common, STR, 0x000F0F0F & mask); in rcar_thermal_irq()

12