/linux-6.1.9/tools/testing/selftests/powerpc/primitives/asm/ ! |
D | asm-compat.h | 11 #define PPC_LL stringify_in_c(ld) 12 #define PPC_STL stringify_in_c(std) 13 #define PPC_STLU stringify_in_c(stdu) 14 #define PPC_LCMPI stringify_in_c(cmpdi) 15 #define PPC_LCMPLI stringify_in_c(cmpldi) 16 #define PPC_LCMP stringify_in_c(cmpd) 17 #define PPC_LONG stringify_in_c(.8byte) 18 #define PPC_LONG_ALIGN stringify_in_c(.balign 8) 19 #define PPC_TLNEI stringify_in_c(tdnei) 20 #define PPC_LLARX stringify_in_c(ldarx) [all …]
|
D | extable.h | 38 stringify_in_c(.section __ex_table,"a";)\ 39 stringify_in_c(.balign 4;) \ 40 stringify_in_c(.long (_fault) - . ;) \ 41 stringify_in_c(.long (_target) - . ;) \ 42 stringify_in_c(.previous)
|
D | feature-fixups.h | 174 stringify_in_c(BEGIN_FTR_SECTION) \ 176 stringify_in_c(FTR_SECTION_ELSE) \ 178 stringify_in_c(ALT_FTR_SECTION_END((msk), (val))) 187 stringify_in_c(BEGIN_MMU_FTR_SECTION) \ 189 stringify_in_c(MMU_FTR_SECTION_ELSE) \ 191 stringify_in_c(ALT_MMU_FTR_SECTION_END((msk), (val)))
|
D | asm-const.h | 5 # define stringify_in_c(...) __VA_ARGS__ 10 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
|
D | ppc_asm.h | 797 stringify_in_c(.section __soft_mask_table,"a";)\ 798 stringify_in_c(.balign 8;) \ 799 stringify_in_c(.llong (_start);) \ 800 stringify_in_c(.llong (_end);) \ 801 stringify_in_c(.previous) 804 stringify_in_c(.section __restart_table,"a";)\ 805 stringify_in_c(.balign 8;) \ 806 stringify_in_c(.llong (_start);) \ 807 stringify_in_c(.llong (_end);) \ 808 stringify_in_c(.llong (_target);) \ [all …]
|
/linux-6.1.9/arch/powerpc/include/asm/ ! |
D | asm-compat.h | 11 #define PPC_LL stringify_in_c(ld) 12 #define PPC_STL stringify_in_c(std) 13 #define PPC_STLU stringify_in_c(stdu) 14 #define PPC_LCMPI stringify_in_c(cmpdi) 15 #define PPC_LCMPLI stringify_in_c(cmpldi) 16 #define PPC_LCMP stringify_in_c(cmpd) 17 #define PPC_LONG stringify_in_c(.8byte) 18 #define PPC_LONG_ALIGN stringify_in_c(.balign 8) 19 #define PPC_TLNEI stringify_in_c(tdnei) 20 #define PPC_LLARX stringify_in_c(ldarx) [all …]
|
D | ppc-opcode.h | 581 #define PPC_BCCTR_FLUSH stringify_in_c(.long PPC_INST_BCCTR_FLUSH) 582 #define PPC_CP_ABORT stringify_in_c(.long PPC_RAW_CP_ABORT) 583 #define PPC_COPY(a, b) stringify_in_c(.long PPC_RAW_COPY(a, b)) 584 #define PPC_DARN(t, l) stringify_in_c(.long PPC_RAW_DARN(t, l)) 585 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_RAW_DCBAL(a, b)) 586 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_RAW_DCBZL(a, b)) 587 #define PPC_DIVDE(t, a, b) stringify_in_c(.long PPC_RAW_DIVDE(t, a, b)) 588 #define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b)) 589 #define PPC_DSSALL stringify_in_c(.long PPC_INST_DSSALL) 590 #define PPC_LQARX(t, a, b, eh) stringify_in_c(.long PPC_RAW_LQARX(t, a, b, eh)) [all …]
|
D | extable.h | 38 stringify_in_c(.section __ex_table,"a";)\ 39 stringify_in_c(.balign 4;) \ 40 stringify_in_c(.long (_fault) - . ;) \ 41 stringify_in_c(.long (_target) - . ;) \ 42 stringify_in_c(.previous)
|
D | synch.h | 61 #define PPC_ACQUIRE_BARRIER "\n" stringify_in_c(__PPC_ACQUIRE_BARRIER) 62 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n" 63 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n" 64 #define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n"
|
D | barrier.h | 53 #define __lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : :"memory") 55 #define dma_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") 61 #define __smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") 101 #define barrier_nospec() asm (stringify_in_c(barrier_nospec_asm) ::: "memory")
|
D | feature-fixups.h | 174 stringify_in_c(BEGIN_FTR_SECTION) \ 176 stringify_in_c(FTR_SECTION_ELSE) \ 178 stringify_in_c(ALT_FTR_SECTION_END((msk), (val))) 187 stringify_in_c(BEGIN_MMU_FTR_SECTION) \ 189 stringify_in_c(MMU_FTR_SECTION_ELSE) \ 191 stringify_in_c(ALT_MMU_FTR_SECTION_END((msk), (val)))
|
D | asm-const.h | 5 # define stringify_in_c(...) __VA_ARGS__ 10 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
|
D | ppc_asm.h | 797 stringify_in_c(.section __soft_mask_table,"a";)\ 798 stringify_in_c(.balign 8;) \ 799 stringify_in_c(.llong (_start);) \ 800 stringify_in_c(.llong (_end);) \ 801 stringify_in_c(.previous) 804 stringify_in_c(.section __restart_table,"a";)\ 805 stringify_in_c(.balign 8;) \ 806 stringify_in_c(.llong (_start);) \ 807 stringify_in_c(.llong (_end);) \ 808 stringify_in_c(.llong (_target);) \ [all …]
|
D | kgdb.h | 34 asm(stringify_in_c(.long BREAK_INSTR)); in arch_kgdb_breakpoint()
|
D | jump_label.h | 15 #define JUMP_ENTRY_TYPE stringify_in_c(FTR_ENTRY_LONG)
|
/linux-6.1.9/arch/s390/include/asm/ ! |
D | asm-extable.h | 26 stringify_in_c(.section _section,"a";) \ 27 stringify_in_c(.align 4;) \ 28 stringify_in_c(.long (_fault) - .;) \ 29 stringify_in_c(.long (_target) - .;) \ 30 stringify_in_c(.short (_type);) \ 31 stringify_in_c(.short 0;) \ 32 stringify_in_c(.previous) 35 stringify_in_c(.section _section,"a";) \ 36 stringify_in_c(.align 4;) \ 37 stringify_in_c(.long (_fault) - .;) \ [all …]
|
D | asm-const.h | 6 # define stringify_in_c(...) __VA_ARGS__ 10 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
|
/linux-6.1.9/tools/testing/selftests/powerpc/include/ ! |
D | instructions.h | 71 # define stringify_in_c(...) __VA_ARGS__ 74 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro 98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ 99 stringify_in_c(.long PPC_PREFIX_MLS | \ 102 stringify_in_c(.long (instr) | \ 107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ 108 stringify_in_c(.long PPC_PREFIX_8LS | \ 111 stringify_in_c(.long (instr) | \
|
/linux-6.1.9/tools/testing/selftests/powerpc/stringloops/asm/ ! |
D | ppc-opcode.h | 12 # define stringify_in_c(...) __VA_ARGS__ macro 27 #define VCMPEQUD_RC(vrt, vra, vrb) stringify_in_c(.long PPC_INST_VCMPEQUD_RC | \ 31 #define VCMPEQUB_RC(vrt, vra, vrb) stringify_in_c(.long PPC_INST_VCMPEQUB_RC | \
|
/linux-6.1.9/tools/testing/selftests/powerpc/nx-gzip/include/ ! |
D | copy-paste.h | 5 #define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro 17 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \ 19 #define PPC_PASTE(a, b) stringify_in_c(.long PPC_INST_PASTE | \
|
/linux-6.1.9/arch/microblaze/include/asm/ ! |
D | asm-compat.h | 8 # define stringify_in_c(...) __VA_ARGS__ 13 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
|