Searched refs:__stringify (Results 126 - 150 of 459) sorted by relevance

1234567891011>>

/linux-master/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));
/linux-master/drivers/dax/
H A Dbus.h53 MODULE_ALIAS("dax:t" __stringify(type) "*")
/linux-master/arch/mips/include/asm/
H A Dsync.h201 __stringify(____SYNC(type, reason, else))
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_def.h43 __FILE__, __LINE__, __stringify(x)); \
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_syscall.c64 .old_name = __stringify(FN_PREFIX) "sys_getpid",
/linux-master/arch/x86/lib/
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)
388 ALTERNATIVE __stringify(ANNOTATE_UNRET_SAFE; ret), \
/linux-master/arch/arm/mm/
H A Dtlb.c70 " .long " __stringify(v7wbi_tlb_flags_up) " \n" \
/linux-master/drivers/bus/
H A Darm-cci.c303 " and r0, r0, #"__stringify(MPIDR_HWID_BITMASK)" \n"
316 " tst r3, #"__stringify(PORT_VALID)" \n"
331 "3: bic r3, r3, #"__stringify(PORT_VALID)" \n"
343 " str r3, [r0, #"__stringify(CCI_PORT_CTRL)"] \n"
349 "4: ldr r1, [r0, #"__stringify(CCI_CTRL_STATUS)"] \n"
/linux-master/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) "]");
/linux-master/arch/arm/mach-exynos/
H A Dmcpm-exynos.c39 "bic r0, r0, #"__stringify(CR_C)"\n\t" \
42 "bl v7_flush_dcache_"__stringify(level)"\n\t" \
/linux-master/arch/powerpc/perf/req-gen/
H A Dperf.h117 "request=" __stringify(r_value) "," \
120 __stringify(COUNTER_INFO_VERSION_CURRENT) "," \
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h55 " rsil a14, "__stringify(TOPLEVEL)"\n"
160 " rsil a14, "__stringify(TOPLEVEL)"\n"
/linux-master/tools/testing/selftests/powerpc/include/
H A Dreg.h10 #define __stringify(x) __stringify_1(x) macro
72 "mtspr " __stringify(SPRN_AMR) ",%0;" \
/linux-master/drivers/crypto/caam/
H A Dcaamhash.c222 print_hex_dump_debug("ahash update shdesc@"__stringify(__LINE__)": ",
232 print_hex_dump_debug("ahash update first shdesc@"__stringify(__LINE__)
243 print_hex_dump_debug("ahash final shdesc@"__stringify(__LINE__)": ",
254 print_hex_dump_debug("ahash digest shdesc@"__stringify(__LINE__)": ",
274 print_hex_dump_debug("axcbc update shdesc@" __stringify(__LINE__)" : ",
284 print_hex_dump_debug("axcbc finup shdesc@" __stringify(__LINE__)" : ",
297 print_hex_dump_debug("axcbc update first shdesc@" __stringify(__LINE__)
307 print_hex_dump_debug("axcbc digest shdesc@" __stringify(__LINE__)" : ",
326 print_hex_dump_debug("acmac update shdesc@" __stringify(__LINE__)" : ",
336 print_hex_dump_debug("acmac finup shdesc@" __stringify(__LINE_
[all...]
H A Dcaamalg_desc.c117 print_hex_dump_debug("aead null enc shdesc@" __stringify(__LINE__)": ",
204 print_hex_dump_debug("aead null dec shdesc@" __stringify(__LINE__)": ",
356 print_hex_dump_debug("aead enc shdesc@" __stringify(__LINE__)": ",
473 print_hex_dump_debug("aead dec shdesc@" __stringify(__LINE__)": ",
619 print_hex_dump_debug("aead givenc shdesc@" __stringify(__LINE__)": ",
746 print_hex_dump_debug("gcm enc shdesc@" __stringify(__LINE__)": ",
841 print_hex_dump_debug("gcm dec shdesc@" __stringify(__LINE__)": ",
952 print_hex_dump_debug("rfc4106 enc shdesc@" __stringify(__LINE__)": ",
1047 print_hex_dump_debug("rfc4106 dec shdesc@" __stringify(__LINE__)": ",
1130 print_hex_dump_debug("rfc4543 enc shdesc@" __stringify(__LINE_
[all...]
/linux-master/drivers/fpga/
H A Dice40-spi.c151 __stringify(ICE40_SPI_MAX_SPEED) "\n");
157 __stringify(ICE40_SPI_MIN_SPEED) "\n");
/linux-master/kernel/power/
H A Dpower.h83 .name = __stringify(_name), \
93 .name = __stringify(_name), \
/linux-master/arch/s390/include/asm/
H A Dalternative.h54 "\t.word " __stringify(facility) "\n" /* facility bit */ \
/linux-master/drivers/platform/x86/dell/
H A Ddcdbas.h61 .attr = { .name = __stringify(_name), \
/linux-master/drivers/crypto/ccree/
H A Dcc_debugfs.c12 .name = __stringify(_X),\
/linux-master/arch/loongarch/include/asm/
H A Dalternative.h63 " .short " __stringify(feature) "\n" /* feature bit */ \
/linux-master/include/linux/
H A Dnls.h106 #define MODULE_ALIAS_NLS(name) MODULE_ALIAS("nls_" __stringify(name))
/linux-master/drivers/gpu/drm/xe/
H A Dxe_assert.h85 __stringify(condition), ## arg); \
/linux-master/arch/parisc/kernel/
H A Dpdt.c181 pdt_type == PDT_PDC ? __stringify(PDT_PDC) :
182 pdt_type == PDT_PAT_CELL ? __stringify(PDT_PAT_CELL)
183 : __stringify(PDT_PAT_NEW),
/linux-master/drivers/devfreq/event/
H A Drockchip-dfi.c333 PMU_EVENT_ATTR_STRING(cycles, ddr_pmu_cycles, "event="__stringify(PERF_EVENT_CYCLES))
340 DFI_PMU_EVENT_ATTR(read-bytes0, ddr_pmu_read_bytes0, "event="__stringify(PERF_EVENT_READ_BYTES0));
341 DFI_PMU_EVENT_ATTR(write-bytes0, ddr_pmu_write_bytes0, "event="__stringify(PERF_EVENT_WRITE_BYTES0));
343 DFI_PMU_EVENT_ATTR(read-bytes1, ddr_pmu_read_bytes1, "event="__stringify(PERF_EVENT_READ_BYTES1));
344 DFI_PMU_EVENT_ATTR(write-bytes1, ddr_pmu_write_bytes1, "event="__stringify(PERF_EVENT_WRITE_BYTES1));
346 DFI_PMU_EVENT_ATTR(read-bytes2, ddr_pmu_read_bytes2, "event="__stringify(PERF_EVENT_READ_BYTES2));
347 DFI_PMU_EVENT_ATTR(write-bytes2, ddr_pmu_write_bytes2, "event="__stringify(PERF_EVENT_WRITE_BYTES2));
349 DFI_PMU_EVENT_ATTR(read-bytes3, ddr_pmu_read_bytes3, "event="__stringify(PERF_EVENT_READ_BYTES3));
350 DFI_PMU_EVENT_ATTR(write-bytes3, ddr_pmu_write_bytes3, "event="__stringify(PERF_EVENT_WRITE_BYTES3));
352 DFI_PMU_EVENT_ATTR(read-bytes, ddr_pmu_read_bytes, "event="__stringify(PERF_EVENT_READ_BYTE
[all...]

Completed in 270 milliseconds

1234567891011>>