Searched refs:stringify_in_c (Results 1 – 14 of 14) sorted by relevance
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)16 #define PPC_LCMP stringify_in_c(cmpd)24 #define PPC_SRL stringify_in_c(srd)29 #define LWZX_BE stringify_in_c(lwzx)30 #define LDX_BE stringify_in_c(ldx)31 #define STWX_BE stringify_in_c(stwx)32 #define STDX_BE stringify_in_c(stdx)[all …]
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)
620 #define PPC_DSSALL stringify_in_c(.long PPC_INST_DSSALL)627 #define PPC_MSGSYNC stringify_in_c(.long PPC_RAW_MSGSYNC)635 #define PPC_RFCI stringify_in_c(.long PPC_RAW_RFCI)636 #define PPC_RFDI stringify_in_c(.long PPC_RAW_RFDI)637 #define PPC_RFMCI stringify_in_c(.long PPC_RAW_RFMCI)668 #define PPC_PHWSYNC stringify_in_c(.long PPC_RAW_PHWSYNC)683 #define PPC_NAP stringify_in_c(.long PPC_RAW_NAP)684 #define PPC_SLEEP stringify_in_c(.long PPC_RAW_SLEEP)685 #define PPC_WINKLE stringify_in_c(.long PPC_RAW_WINKLE)687 #define PPC_STOP stringify_in_c(.long PPC_RAW_STOP)[all …]
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"
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")
5 # define stringify_in_c(...) __VA_ARGS__ macro10 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
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)))
874 stringify_in_c(.section __soft_mask_table,"a";)\875 stringify_in_c(.balign 8;) \876 stringify_in_c(.llong (_start);) \877 stringify_in_c(.llong (_end);) \878 stringify_in_c(.previous)881 stringify_in_c(.section __restart_table,"a";)\882 stringify_in_c(.balign 8;) \883 stringify_in_c(.llong (_start);) \884 stringify_in_c(.llong (_end);) \885 stringify_in_c(.llong (_target);) \[all …]
34 asm(stringify_in_c(.long BREAK_INSTR)); in arch_kgdb_breakpoint()
15 #define JUMP_ENTRY_TYPE stringify_in_c(FTR_ENTRY_LONG)
31 stringify_in_c(.balign 4;) \34 stringify_in_c(.short (_type);) \37 stringify_in_c(.set .Lcurr, 0;) \42 stringify_in_c( .endif;) \44 stringify_in_c(.endr;) \47 stringify_in_c(.endif;) \54 stringify_in_c( .endif;) \56 stringify_in_c(.endr;) \59 stringify_in_c(.endif;) \63 stringify_in_c(.endm;) \[all …]
13 stringify_in_c(.section .skey_region,"a";) \14 stringify_in_c(.balign 8;) \15 stringify_in_c(.quad (_start);) \16 stringify_in_c(.quad (_end);) \17 stringify_in_c(.previous)
6 # define stringify_in_c(...) __VA_ARGS__ macro10 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
8 # define stringify_in_c(...) __VA_ARGS__ macro13 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
Completed in 24 milliseconds