Searched refs:stringify (Results 1 – 4 of 4) sorted by relevance
38 #define stringify(s) stringify_(s) macro
99 …"\n\tBlob version to produce, defaults to "stringify(DEFAULT_FDT_VERSION)" (for dtb and asm output…
1133 #define stringify(s) tostring(s) macro1137 asm volatile("mfdcr %0," stringify(rn) \1139 #define mtdcr(rn, v) asm volatile("mtdcr " stringify(rn) ",%0" : : "r" (v))1146 asm volatile("mfspr %0," stringify(rn) \1148 #define mtspr(rn, v) asm volatile("mtspr " stringify(rn) ",%0" : : "r" (v))
5 #include <linux/stringify.h>
Completed in 12 milliseconds