Searched refs:stringify_in_c (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dasm-compat.h8 # define stringify_in_c(...) __VA_ARGS__ macro
13 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
22 #define PPC_LL stringify_in_c(ld)
23 #define PPC_STL stringify_in_c(std)
24 #define PPC_STLU stringify_in_c(stdu)
25 #define PPC_LCMPI stringify_in_c(cmpdi)
26 #define PPC_LONG stringify_in_c(.llong)
27 #define PPC_LONG_ALIGN stringify_in_c(.balign 8)
28 #define PPC_TLNEI stringify_in_c(tdnei)
30 #define PPC_STLCX stringify_in_c(stdc
[all...]
H A Dppc-opcode.h79 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \
81 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \
83 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \
86 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \
89 #define PPC_MSGSND(b) stringify_in_c(.long PPC_INST_MSGSND | \
91 #define PPC_RFCI stringify_in_c(.long PPC_INST_RFCI)
92 #define PPC_RFDI stringify_in_c(.long PPC_INST_RFDI)
93 #define PPC_RFMCI stringify_in_c(.long PPC_INST_RFMCI)
94 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_INST_TLBILX | \
99 #define PPC_WAIT(w) stringify_in_c(
[all...]
H A Dsynch.h44 #define PPC_ACQUIRE_BARRIER "\n" stringify_in_c(__PPC_ACQUIRE_BARRIER)
45 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n"
H A Dfeature-fixups.h147 stringify_in_c(BEGIN_MMU_FTR_SECTION) \
149 stringify_in_c(MMU_FTR_SECTION_ELSE) \
151 stringify_in_c(ALT_MMU_FTR_SECTION_END((msk), (val)))
H A Dbitops.h69 stringify_in_c(op) "%0,%0,%2\n" \
116 stringify_in_c(op) "%1,%0,%2\n" \
H A Dsystem.h56 #define smp_rmb() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : :"memory")
57 #define smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dasm-compat.h7 # define stringify_in_c(...) __VA_ARGS__ macro
12 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro

Completed in 123 milliseconds