Home
last modified time | relevance | path

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

123

/openbmc/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)
/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A 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) \
/openbmc/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.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()
/openbmc/linux/tools/build/feature/
H A Dtest-glibc.c7 #define XSTR(s) STR(s)
8 #define STR(s) #s macro
/openbmc/u-boot/include/configs/
H A Dintel_ast2600.h30 #define STR(n) STR_HELPER(n) macro
34 "loadaddr=" STR(CONFIG_SYS_LOAD_ADDR) "\0" \
/openbmc/qemu/hw/timer/
H A Drenesas_cmt.c46 FIELD(CMSTR, STR, 0, 2)
101 ret = FIELD_DP16(ret, CMSTR, STR, in cmt_read()
102 FIELD_EX16(cmt->cmstr, CMSTR, STR)); in cmt_read()
144 cmt->cmstr = FIELD_EX16(val, CMSTR, STR); in cmt_write()
171 if (FIELD_EX16(cmt->cmstr, CMSTR, STR) & (1 << ch)) { in cmt_write()
/openbmc/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()
/openbmc/linux/Documentation/ABI/testing/
H A Ddev-raw-kcs22 | 1 | STR | STR |
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter/
H A D0002-Proper-macro-path-generation.patch30 +#define XSTR_PATH(STR) STR_PATH(STR)
/openbmc/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
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c330 case STR: in alloc_attributes_data()
413 case STR: min_elements = 8; break; in init_bios_attributes()
488 case STR: in init_bios_attributes()
587 ret = init_bios_attributes(STR, DELL_WMI_BIOS_STRING_ATTRIBUTE_GUID); in sysman_init()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsmm_test.c28 #define STR(x) #x macro
29 #define XSTR(s) STR(s)
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_firmware.c40 #define STR(x) _STR(x) macro
59 static const char *release_version_2401 = STR(irci_stable_candrpv_0415_20150521_0458);
60 static const char *release_version_2400 = STR(irci_stable_candrpv_0415_20150423_1753);
/openbmc/qemu/trace/
H A Dftrace.h6 #define STR(x) _STR(x) macro
H A Dftrace.c29 while (fscanf(fp, "%*s %" STR(PATH_MAX) "s %99s %*s %*d %*d\n", in find_mount()
/openbmc/linux/drivers/misc/ibmasm/
H A Dibmasm.h35 #define dbg(STR, ARGS...) \ argument
38 printk(KERN_DEBUG STR , ##ARGS); \
/openbmc/linux/arch/mips/include/asm/vdso/
H A Dvdso.h51 " " STR(PTR_ADDU) " %0, $31, %0 \n" in get_vdso_base()
/openbmc/linux/arch/m68k/include/asm/
H A Dentry.h244 #define STR(X) STR1(X) macro
255 "andw #-"STR(THREAD_SIZE)","#tmp"\n\t" \
/openbmc/linux/drivers/net/wan/
H A 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()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c185 #define TEST_LEAQ(STR)\ argument
187 asm("lea " STR ", %0"\
190 printf("lea %s = " FMTLX "\n", STR, res);\
193 #define TEST_LEA(STR)\ argument
195 asm("lea " STR ", %0"\
198 printf("lea %s = " FMTLX "\n", STR, res);\
201 #define TEST_LEA16(STR)\ argument
203 asm(".code16 ; .byte 0x67 ; leal " STR ", %0 ; .code32"\
206 printf("lea %s = %08lx\n", STR, res);\
/openbmc/u-boot/env/
H A Dmmc.c22 #define STR(X) __STR(X) macro
42 ret = blk_get_device_by_str("mmc", STR(CONFIG_SYS_MMC_ENV_DEV), &desc); in mmc_offset_try_partition()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch22 #define STR(s) STR_HELPER(s)
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h20 #ifndef STR
21 #define STR(x) __STR(x) macro
1453 " "STR(gas_hardfloat)" \n" \
1454 " cfc1 %0,"STR(source)" \n" \
1465 " "STR(gas_hardfloat)" \n" \
1466 " ctc1 %0,"STR(dest)" \n" \

123