Home
last modified time | relevance | path

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

12

/linux/arch/mips/include/asm/
H A 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 …]
H A 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)
H A Dr4kcache.h126 " "STR(PTR_WD)" 1b, 3b \n" \
149 " "STR(PTR_WD)" 1b, 3b \n" \
/linux/arch/mips/include/asm/octeon/
H A Dcrypto.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/arch/mips/kernel/
H A 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 …]
H A Dsyscall.c126 " "STR(PTR_WD)" 1b, 4b \n" in mips_atomic_set()
127 " "STR(PTR_WD)" 2b, 4b \n" in mips_atomic_set()
156 " "STR(PTR_WD)" 1b, 5b \n" in mips_atomic_set()
157 " "STR(PTR_WD)" 2b, 5b \n" in mips_atomic_set()
/linux/arch/x86/kernel/
H A 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/tools/build/feature/
H A Dtest-glibc.c7 #define XSTR(s) STR(s)
8 #define STR(s) #s macro
/linux/Documentation/power/
H A 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
H A 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/tools/testing/selftests/kvm/x86/
H A Devmcs_smm_controls_test.c25 #define STR(x) #x macro
26 #define XSTR(s) STR(s)
H A Dsmm_test.c25 #define STR(x) #x macro
26 #define XSTR(s) STR(s)
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c329 case STR: in alloc_attributes_data()
412 case STR: min_elements = STR_MIN_ELEMENTS; break; in init_bios_attributes()
487 case STR: in init_bios_attributes()
582 ret = init_bios_attributes(STR, DELL_WMI_BIOS_STRING_ATTRIBUTE_GUID); in sysman_init()
H A Ddell-wmi-sysman.h90 enum { ENUM, INT, STR, PO }; enumerator
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_firmware.c31 #define STR(x) _STR(x) macro
50 static const char *release_version_2401 = STR(irci_stable_candrpv_0415_20150521_0458);
51 static const char *release_version_2400 = STR(irci_stable_candrpv_0415_20150423_1753);
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_misc.h5 #define XSTR(s) STR(s)
6 #define STR(s) #s macro
/linux/drivers/misc/ibmasm/
H A Dibmasm.h35 #define dbg(STR, ARGS...) \ argument
38 printk(KERN_DEBUG STR , ##ARGS); \
/linux/arch/mips/include/asm/vdso/
H A Dvdso.h53 " " STR(PTR_ADDU) " %0, $31, %0 \n" in get_vdso_time_data()
/linux/arch/m68k/include/asm/
H A Dentry.h244 #define STR(X) STR1(X) macro
255 "andw #-"STR(THREAD_SIZE)","#tmp"\n\t" \
/linux/samples/landlock/
H A Dsandboxer.c305 #define STR(s) XSTR(s) macro
341 STR(LANDLOCK_ABI_LAST) ".\n";
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c128 #define TIME(A, STR) \ argument
/linux/arch/parisc/include/asm/
H A Dunistd.h149 #undef STR
/linux/tools/tracing/rtla/src/
H A Dutils.c693 #define STR(x) _STR(x)
712 while (fscanf(fp, "%*s %" STR(MAX_PATH) "s %99s %*s %*d %*d\n", mount_point, type) == 2) { in find_mount()
686 #define STR(x) _STR( global() macro
/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c37 TYPE(test_type_str, STR, "'%s'", const char *) \
/linux/tools/perf/util/
H A Dparse-events.c841 CHECK_TYPE_VAL(STR); in config_term_common()
861 CHECK_TYPE_VAL(STR); in config_term_common()
879 CHECK_TYPE_VAL(STR); in config_term_common()
882 CHECK_TYPE_VAL(STR); in config_term_common()
885 CHECK_TYPE_VAL(STR); in config_term_common()
906 CHECK_TYPE_VAL(STR); in config_term_common()
944 CHECK_TYPE_VAL(STR); in config_term_common()

12