Searched refs:stringify_in_c (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/tools/testing/selftests/powerpc/primitives/asm/ |
| D | asm-compat.h | 8 # 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_LCMPLI stringify_in_c(cmpldi) 27 #define PPC_LCMP stringify_in_c(cmpd) 28 #define PPC_LONG stringify_in_c(.llong) 29 #define PPC_LONG_ALIGN stringify_in_c(.balign 8) [all …]
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | asm-compat.h | 8 # 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_LCMPLI stringify_in_c(cmpldi) 27 #define PPC_LCMP stringify_in_c(cmpd) 28 #define PPC_LONG stringify_in_c(.llong) 29 #define PPC_LONG_ALIGN stringify_in_c(.balign 8) [all …]
|
| D | ppc-opcode.h | 288 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ 290 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ 292 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ 295 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ 298 #define PPC_MSGSND(b) stringify_in_c(.long PPC_INST_MSGSND | \ 300 #define PPC_MSGCLR(b) stringify_in_c(.long PPC_INST_MSGCLR | \ 302 #define PPC_MSGSNDP(b) stringify_in_c(.long PPC_INST_MSGSNDP | \ 304 #define PPC_POPCNTB(a, s) stringify_in_c(.long PPC_INST_POPCNTB | \ 306 #define PPC_POPCNTD(a, s) stringify_in_c(.long PPC_INST_POPCNTD | \ 308 #define PPC_POPCNTW(a, s) stringify_in_c(.long PPC_INST_POPCNTW | \ [all …]
|
| D | synch.h | 45 #define PPC_ACQUIRE_BARRIER "\n" stringify_in_c(__PPC_ACQUIRE_BARRIER) 46 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n" 47 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n" 48 #define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n"
|
| D | feature-fixups.h | 150 stringify_in_c(BEGIN_FTR_SECTION) \ 152 stringify_in_c(FTR_SECTION_ELSE) \ 154 stringify_in_c(ALT_FTR_SECTION_END((msk), (val))) 163 stringify_in_c(BEGIN_MMU_FTR_SECTION) \ 165 stringify_in_c(MMU_FTR_SECTION_ELSE) \ 167 stringify_in_c(ALT_MMU_FTR_SECTION_END((msk), (val)))
|
| D | barrier.h | 45 #define __lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : :"memory") 47 #define dma_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") 54 #define smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory")
|
| D | thread_info.h | 26 #define CURRENT_THREAD_INFO(dest, sp) stringify_in_c(clrrdi dest, sp, THREAD_SHIFT) 28 #define CURRENT_THREAD_INFO(dest, sp) stringify_in_c(rlwinm dest, sp, 0, 0, 31-THREAD_SHIFT)
|
| D | bitops.h | 66 stringify_in_c(op) "%0,%0,%2\n" \ 112 stringify_in_c(op) "%1,%0,%2\n" \
|
| D | jump_label.h | 18 #define JUMP_ENTRY_TYPE stringify_in_c(FTR_ENTRY_LONG)
|
| /linux-4.4.14/arch/microblaze/include/asm/ |
| D | asm-compat.h | 7 # define stringify_in_c(...) __VA_ARGS__ macro 12 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
|