Home
last modified time | relevance | path

Searched refs:__stringify (Results 151 – 175 of 591) sorted by relevance

12345678910>>...24

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A D6000.c41 #define IWL6000_MODULE_FIRMWARE(api) IWL6000_FW_PRE "-" __stringify(api) ".ucode"
44 #define IWL6050_MODULE_FIRMWARE(api) IWL6050_FW_PRE "-" __stringify(api) ".ucode"
47 #define IWL6005_MODULE_FIRMWARE(api) IWL6005_FW_PRE "-" __stringify(api) ".ucode"
50 #define IWL6030_MODULE_FIRMWARE(api) IWL6030_FW_PRE "-" __stringify(api) ".ucode"
H A D1000.c26 #define IWL1000_MODULE_FIRMWARE(api) IWL1000_FW_PRE "-" __stringify(api) ".ucode"
29 #define IWL100_MODULE_FIRMWARE(api) IWL100_FW_PRE "-" __stringify(api) ".ucode"
/openbmc/linux/kernel/trace/
H A Dtrace_export.c115 .type = #_type"["__stringify(_len)"]", .name = #_item, \
168 #define F_printk(fmt, args...) __stringify(fmt) ", " __stringify(args)
173 .system = __stringify(TRACE_SYSTEM), \
/openbmc/linux/drivers/crypto/caam/
H A Dblob_gen.c127 print_hex_dump_debug("data@"__stringify(__LINE__)": ", in caam_process_blob()
130 print_hex_dump_debug("jobdesc@"__stringify(__LINE__)": ", in caam_process_blob()
141 print_hex_dump_debug("output@"__stringify(__LINE__)": ", in caam_process_blob()
H A Dcaamalg_desc.c117 print_hex_dump_debug("aead null enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_null_encap()
204 print_hex_dump_debug("aead null dec shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_null_decap()
356 print_hex_dump_debug("aead enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_encap()
473 print_hex_dump_debug("aead dec shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_decap()
619 print_hex_dump_debug("aead givenc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_givencap()
746 print_hex_dump_debug("gcm enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_gcm_encap()
841 print_hex_dump_debug("gcm dec shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_gcm_decap()
952 print_hex_dump_debug("rfc4106 enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_rfc4106_encap()
1047 print_hex_dump_debug("rfc4106 dec shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_rfc4106_decap()
1130 print_hex_dump_debug("rfc4543 enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_rfc4543_encap()
[all …]
/openbmc/linux/drivers/power/reset/
H A Dat91-poweroff.c86 " ldr r6, [%2, #" __stringify(AT91_SHDW_CR) "]\n\t" in at91_poweroff()
91 " str %1, [%0, #" __stringify(AT91_DDRSDRC_LPR) "]\n\t" in at91_poweroff()
93 "1: str %3, [%2, #" __stringify(AT91_SHDW_CR) "]\n\t" in at91_poweroff()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_print.h46 gt_WARN(guc_to_gt(_guc), _cond, "%s(%s)", "guc_WARN_ON", __stringify(_cond))
49 gt_WARN_ONCE(guc_to_gt(_guc), _cond, "%s(%s)", "guc_WARN_ON_ONCE", __stringify(_cond))
/openbmc/linux/samples/bpf/
H A Dtracex5.bpf.c15 #define __stringify(x) #x macro
16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dcmm.c61 "[Default=" __stringify(CMM_DEFAULT_DELAY) "]");
65 "[Default=" __stringify(CMM_HOTPLUG_DELAY) "]");
68 "[Default=" __stringify(CMM_OOM_KB) "]");
71 "[Default=" __stringify(CMM_MIN_MEM_MB) "]");
74 "[Default=" __stringify(CMM_DEBUG) "]");
660 "[Default=" __stringify(CMM_DISABLE) "]");
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-thumb.c158 "3: .word "__stringify(VAL1)) in kprobe_thumb16_test_cases()
162 "3: .word "__stringify(VAL2)) in kprobe_thumb16_test_cases()
218 TEST("add sp, #"__stringify(TEST_MEMORY_SIZE)) /* Assumes TEST_MEMORY_SIZE < 0x400 */ in kprobe_thumb16_test_cases()
401 "3: .word "__stringify(VAL1)" \n\t" in kprobe_thumb32_test_cases()
402 " .word "__stringify(VAL2)) in kprobe_thumb32_test_cases()
418 TEST_UNSUPPORTED("strd r6, r7, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!") in kprobe_thumb32_test_cases()
828 TEST_RP( "str"size" r",6, VAL1,", [r",13, TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"]!") \ in kprobe_thumb32_test_cases()
829 TEST_UNSUPPORTED("str"size" r6, [r13, #-"__stringify(MAX_STACK_SIZE)"-8]!") \ in kprobe_thumb32_test_cases()
830 …TEST_RP( "str"size" r",4, VAL2,", [r",12, TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SIZE)"-8]!"… in kprobe_thumb32_test_cases()
871 "3: .word "__stringify(VAL1)) \ in kprobe_thumb32_test_cases()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dcmpxchg.h50 "\t" __stringify(SC_BEQZ) " $1, 1b \n" \
129 "\t" __stringify(SC_BEQZ) " $1, 1b \n" \
284 "\t" __stringify(SC_BEQZ) " %L1, 1b \n" in __cmpxchg64()
H A Datomic.h65 "\t" __stringify(SC_BEQZ) " %0, 1b \n" \
95 "\t" __stringify(SC_BEQZ) " %0, 1b \n" \
128 "\t" __stringify(SC_BEQZ) " %0, 1b \n" \
228 " " __stringify(SC_BEQZ) " %1, 1b \n" \
/openbmc/linux/arch/x86/kernel/
H A Dftrace_64.S305 ALTERNATIVE __stringify(RET), \
306 __stringify(ANNOTATE_UNRET_SAFE; ret; int3), \
376 ALTERNATIVE __stringify(RET), \
377 __stringify(ANNOTATE_UNRET_SAFE; ret; int3), \
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds250x.c288 MODULE_ALIAS("w1-family-" __stringify(W1_DS2502_FAMILY));
289 MODULE_ALIAS("w1-family-" __stringify(W1_DS2505_FAMILY));
290 MODULE_ALIAS("w1-family-" __stringify(W1_DS2501_UNW_FAMILY));
291 MODULE_ALIAS("w1-family-" __stringify(W1_DS2502_UNW_FAMILY));
/openbmc/linux/arch/sh/include/asm/
H A Dptrace.h57 {.name = __stringify(r##num), .offset = offsetof(struct pt_regs, regs[num])}
59 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
/openbmc/u-boot/include/configs/
H A Dimx8mq_evk.h121 "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
122 "mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
H A Dcorenet_ds.h601 "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\
602 "usb2:dr_mode=peripheral,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
604 "uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
605 "ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0" \
H A DT4240QDS.h500 "ctlr_intlv=" __stringify(CTRL_INTLV_PREFERED) "," \
502 "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
504 "uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
505 "ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0" \
H A Dmpc8308_p1m.h481 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
482 " +${filesize};era " __stringify(CONFIG_SYS_MONITOR_BASE)\
484 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \
/openbmc/linux/include/net/netfilter/
H A Dnf_log.h73 MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
/openbmc/linux/arch/x86/include/asm/
H A Dlinkage.h24 #define __ALIGN_STR __stringify(__ALIGN)
38 #define ASM_FUNC_ALIGN __stringify(__FUNC_ALIGN)
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_print.h49 gt_WARN(_gt, _condition, "%s", "gt_WARN_ON(" __stringify(_condition) ")")
52 gt_WARN_ONCE(_gt, _condition, "%s", "gt_WARN_ONCE(" __stringify(_condition) ")")
/openbmc/linux/tools/arch/x86/include/asm/
H A Dasm.h11 # define __ASM_FORM(x, ...) " " __stringify(x,##__VA_ARGS__) " "
12 # define __ASM_FORM_RAW(x, ...) __stringify(x,##__VA_ARGS__)
13 # define __ASM_FORM_COMMA(x, ...) " " __stringify(x,##__VA_ARGS__) ","
/openbmc/linux/arch/x86/lib/
H A Dmemmove_64.S44 ALTERNATIVE_2 __stringify(CHECK_LEN), \
45 __stringify(CHECK_LEN; MEMMOVE_BYTES), X86_FEATURE_ERMS, \
46 __stringify(MEMMOVE_BYTES), X86_FEATURE_FSRM
H A Dretpoline.S40 ALTERNATIVE_2 __stringify(RETPOLINE \reg), \
41__stringify(lfence; ANNOTATE_RETPOLINE_SAFE; jmp *%\reg; int3), X86_FEATURE_RETPOLINE_LFENCE, \
42 __stringify(ANNOTATE_RETPOLINE_SAFE; jmp *%\reg), ALT_NOT(X86_FEATURE_RETPOLINE)

12345678910>>...24