Symbol: stringify_in_c
arch/powerpc/include/asm/asm-compat.h
11
#define PPC_LL stringify_in_c(ld)
arch/powerpc/include/asm/asm-compat.h
12
#define PPC_STL stringify_in_c(std)
arch/powerpc/include/asm/asm-compat.h
13
#define PPC_STLU stringify_in_c(stdu)
arch/powerpc/include/asm/asm-compat.h
14
#define PPC_LCMPI stringify_in_c(cmpdi)
arch/powerpc/include/asm/asm-compat.h
15
#define PPC_LCMPLI stringify_in_c(cmpldi)
arch/powerpc/include/asm/asm-compat.h
16
#define PPC_LCMP stringify_in_c(cmpd)
arch/powerpc/include/asm/asm-compat.h
17
#define PPC_LONG stringify_in_c(.8byte)
arch/powerpc/include/asm/asm-compat.h
18
#define PPC_LONG_ALIGN stringify_in_c(.balign 8)
arch/powerpc/include/asm/asm-compat.h
19
#define PPC_TLNEI stringify_in_c(tdnei)
arch/powerpc/include/asm/asm-compat.h
20
#define PPC_LLARX stringify_in_c(ldarx)
arch/powerpc/include/asm/asm-compat.h
21
#define PPC_STLCX stringify_in_c(stdcx.)
arch/powerpc/include/asm/asm-compat.h
22
#define PPC_CNTLZL stringify_in_c(cntlzd)
arch/powerpc/include/asm/asm-compat.h
24
#define PPC_SRL stringify_in_c(srd)
arch/powerpc/include/asm/asm-compat.h
29
#define LWZX_BE stringify_in_c(lwzx)
arch/powerpc/include/asm/asm-compat.h
30
#define LDX_BE stringify_in_c(ldx)
arch/powerpc/include/asm/asm-compat.h
31
#define STWX_BE stringify_in_c(stwx)
arch/powerpc/include/asm/asm-compat.h
32
#define STDX_BE stringify_in_c(stdx)
arch/powerpc/include/asm/asm-compat.h
34
#define LWZX_BE stringify_in_c(lwbrx)
arch/powerpc/include/asm/asm-compat.h
35
#define LDX_BE stringify_in_c(ldbrx)
arch/powerpc/include/asm/asm-compat.h
36
#define STWX_BE stringify_in_c(stwbrx)
arch/powerpc/include/asm/asm-compat.h
37
#define STDX_BE stringify_in_c(stdbrx)
arch/powerpc/include/asm/asm-compat.h
49
#define PPC_LL stringify_in_c(lwz)
arch/powerpc/include/asm/asm-compat.h
50
#define PPC_STL stringify_in_c(stw)
arch/powerpc/include/asm/asm-compat.h
51
#define PPC_STLU stringify_in_c(stwu)
arch/powerpc/include/asm/asm-compat.h
52
#define PPC_LCMPI stringify_in_c(cmpwi)
arch/powerpc/include/asm/asm-compat.h
53
#define PPC_LCMPLI stringify_in_c(cmplwi)
arch/powerpc/include/asm/asm-compat.h
54
#define PPC_LCMP stringify_in_c(cmpw)
arch/powerpc/include/asm/asm-compat.h
55
#define PPC_LONG stringify_in_c(.long)
arch/powerpc/include/asm/asm-compat.h
56
#define PPC_LONG_ALIGN stringify_in_c(.balign 4)
arch/powerpc/include/asm/asm-compat.h
57
#define PPC_TLNEI stringify_in_c(twnei)
arch/powerpc/include/asm/asm-compat.h
58
#define PPC_LLARX stringify_in_c(lwarx)
arch/powerpc/include/asm/asm-compat.h
59
#define PPC_STLCX stringify_in_c(stwcx.)
arch/powerpc/include/asm/asm-compat.h
60
#define PPC_CNTLZL stringify_in_c(cntlzw)
arch/powerpc/include/asm/asm-compat.h
61
#define PPC_MTOCRF stringify_in_c(mtcrf)
arch/powerpc/include/asm/asm-compat.h
62
#define PPC_SRL stringify_in_c(srw)
arch/powerpc/include/asm/barrier.h
101
#define barrier_nospec() asm (stringify_in_c(barrier_nospec_asm) ::: "memory")
arch/powerpc/include/asm/barrier.h
53
#define __lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : :"memory")
arch/powerpc/include/asm/barrier.h
55
#define __dma_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory")
arch/powerpc/include/asm/barrier.h
61
#define __smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory")
arch/powerpc/include/asm/extable.h
38
stringify_in_c(.section __ex_table,"a";)\
arch/powerpc/include/asm/extable.h
39
stringify_in_c(.balign 4;) \
arch/powerpc/include/asm/extable.h
40
stringify_in_c(.long (_fault) - . ;) \
arch/powerpc/include/asm/extable.h
41
stringify_in_c(.long (_target) - . ;) \
arch/powerpc/include/asm/extable.h
42
stringify_in_c(.previous)
arch/powerpc/include/asm/feature-fixups.h
174
stringify_in_c(BEGIN_FTR_SECTION) \
arch/powerpc/include/asm/feature-fixups.h
176
stringify_in_c(FTR_SECTION_ELSE) \
arch/powerpc/include/asm/feature-fixups.h
178
stringify_in_c(ALT_FTR_SECTION_END((msk), (val)))
arch/powerpc/include/asm/feature-fixups.h
187
stringify_in_c(BEGIN_MMU_FTR_SECTION) \
arch/powerpc/include/asm/feature-fixups.h
189
stringify_in_c(MMU_FTR_SECTION_ELSE) \
arch/powerpc/include/asm/feature-fixups.h
191
stringify_in_c(ALT_MMU_FTR_SECTION_END((msk), (val)))
arch/powerpc/include/asm/jump_label.h
15
#define JUMP_ENTRY_TYPE stringify_in_c(FTR_ENTRY_LONG)
arch/powerpc/include/asm/kgdb.h
33
asm(stringify_in_c(.long BREAK_INSTR));
arch/powerpc/include/asm/ppc-opcode.h
613
#define PPC_BCCTR_FLUSH stringify_in_c(.long PPC_INST_BCCTR_FLUSH)
arch/powerpc/include/asm/ppc-opcode.h
614
#define PPC_CP_ABORT stringify_in_c(.long PPC_RAW_CP_ABORT)
arch/powerpc/include/asm/ppc-opcode.h
615
#define PPC_COPY(a, b) stringify_in_c(.long PPC_RAW_COPY(a, b))
arch/powerpc/include/asm/ppc-opcode.h
616
#define PPC_DARN(t, l) stringify_in_c(.long PPC_RAW_DARN(t, l))
arch/powerpc/include/asm/ppc-opcode.h
617
#define PPC_DCBAL(a, b) stringify_in_c(.long PPC_RAW_DCBAL(a, b))
arch/powerpc/include/asm/ppc-opcode.h
618
#define PPC_DCBZL(a, b) stringify_in_c(.long PPC_RAW_DCBZL(a, b))
arch/powerpc/include/asm/ppc-opcode.h
619
#define PPC_DIVDE(t, a, b) stringify_in_c(.long PPC_RAW_DIVDE(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
620
#define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
621
#define PPC_DSSALL stringify_in_c(.long PPC_INST_DSSALL)
arch/powerpc/include/asm/ppc-opcode.h
622
#define PPC_LQARX(t, a, b, eh) stringify_in_c(.long PPC_RAW_LQARX(t, a, b, eh))
arch/powerpc/include/asm/ppc-opcode.h
623
#define PPC_STQCX(t, a, b) stringify_in_c(.long PPC_RAW_STQCX(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
624
#define PPC_MADDHD(t, a, b, c) stringify_in_c(.long PPC_RAW_MADDHD(t, a, b, c))
arch/powerpc/include/asm/ppc-opcode.h
625
#define PPC_MADDHDU(t, a, b, c) stringify_in_c(.long PPC_RAW_MADDHDU(t, a, b, c))
arch/powerpc/include/asm/ppc-opcode.h
626
#define PPC_MADDLD(t, a, b, c) stringify_in_c(.long PPC_RAW_MADDLD(t, a, b, c))
arch/powerpc/include/asm/ppc-opcode.h
627
#define PPC_MSGSND(b) stringify_in_c(.long PPC_RAW_MSGSND(b))
arch/powerpc/include/asm/ppc-opcode.h
628
#define PPC_MSGSYNC stringify_in_c(.long PPC_RAW_MSGSYNC)
arch/powerpc/include/asm/ppc-opcode.h
629
#define PPC_MSGCLR(b) stringify_in_c(.long PPC_RAW_MSGCLR(b))
arch/powerpc/include/asm/ppc-opcode.h
630
#define PPC_MSGSNDP(b) stringify_in_c(.long PPC_RAW_MSGSNDP(b))
arch/powerpc/include/asm/ppc-opcode.h
631
#define PPC_MSGCLRP(b) stringify_in_c(.long PPC_RAW_MSGCLRP(b))
arch/powerpc/include/asm/ppc-opcode.h
632
#define PPC_PASTE(a, b) stringify_in_c(.long PPC_RAW_PASTE(a, b))
arch/powerpc/include/asm/ppc-opcode.h
633
#define PPC_POPCNTB(a, s) stringify_in_c(.long PPC_RAW_POPCNTB(a, s))
arch/powerpc/include/asm/ppc-opcode.h
634
#define PPC_POPCNTD(a, s) stringify_in_c(.long PPC_RAW_POPCNTD(a, s))
arch/powerpc/include/asm/ppc-opcode.h
635
#define PPC_POPCNTW(a, s) stringify_in_c(.long PPC_RAW_POPCNTW(a, s))
arch/powerpc/include/asm/ppc-opcode.h
636
#define PPC_RFCI stringify_in_c(.long PPC_RAW_RFCI)
arch/powerpc/include/asm/ppc-opcode.h
637
#define PPC_RFDI stringify_in_c(.long PPC_RAW_RFDI)
arch/powerpc/include/asm/ppc-opcode.h
638
#define PPC_RFMCI stringify_in_c(.long PPC_RAW_RFMCI)
arch/powerpc/include/asm/ppc-opcode.h
639
#define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_RAW_TLBILX(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
642
#define PPC_TLBILX_LPID stringify_in_c(.long PPC_RAW_TLBILX_LPID)
arch/powerpc/include/asm/ppc-opcode.h
644
#define PPC_WAIT_v203 stringify_in_c(.long PPC_RAW_WAIT_v203)
arch/powerpc/include/asm/ppc-opcode.h
645
#define PPC_WAIT(w, p) stringify_in_c(.long PPC_RAW_WAIT(w, p))
arch/powerpc/include/asm/ppc-opcode.h
646
#define PPC_TLBIE(lp, a) stringify_in_c(.long PPC_RAW_TLBIE(lp, a))
arch/powerpc/include/asm/ppc-opcode.h
648
stringify_in_c(.long PPC_RAW_TLBIE_5(rb, rs, ric, prs, r))
arch/powerpc/include/asm/ppc-opcode.h
650
stringify_in_c(.long PPC_RAW_TLBIEL(rb, rs, ric, prs, r))
arch/powerpc/include/asm/ppc-opcode.h
651
#define PPC_TLBIEL_v205(rb, l) stringify_in_c(.long PPC_RAW_TLBIEL_v205(rb, l))
arch/powerpc/include/asm/ppc-opcode.h
652
#define PPC_TLBSRX_DOT(a, b) stringify_in_c(.long PPC_RAW_TLBSRX_DOT(a, b))
arch/powerpc/include/asm/ppc-opcode.h
653
#define PPC_TLBIVAX(a, b) stringify_in_c(.long PPC_RAW_TLBIVAX(a, b))
arch/powerpc/include/asm/ppc-opcode.h
655
#define PPC_ERATWE(s, a, w) stringify_in_c(.long PPC_RAW_ERATWE(s, a, w))
arch/powerpc/include/asm/ppc-opcode.h
656
#define PPC_ERATRE(s, a, w) stringify_in_c(.long PPC_RAW_ERATRE(a, a, w))
arch/powerpc/include/asm/ppc-opcode.h
657
#define PPC_ERATILX(t, a, b) stringify_in_c(.long PPC_RAW_ERATILX(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
658
#define PPC_ERATIVAX(s, a, b) stringify_in_c(.long PPC_RAW_ERATIVAX(s, a, b))
arch/powerpc/include/asm/ppc-opcode.h
659
#define PPC_ERATSX(t, a, w) stringify_in_c(.long PPC_RAW_ERATSX(t, a, w))
arch/powerpc/include/asm/ppc-opcode.h
660
#define PPC_ERATSX_DOT(t, a, w) stringify_in_c(.long PPC_RAW_ERATSX_DOT(t, a, w))
arch/powerpc/include/asm/ppc-opcode.h
661
#define PPC_SLBFEE_DOT(t, b) stringify_in_c(.long PPC_RAW_SLBFEE_DOT(t, b))
arch/powerpc/include/asm/ppc-opcode.h
662
#define __PPC_SLBFEE_DOT(t, b) stringify_in_c(.long __PPC_RAW_SLBFEE_DOT(t, b))
arch/powerpc/include/asm/ppc-opcode.h
663
#define PPC_ICBT(c, a, b) stringify_in_c(.long PPC_RAW_ICBT(c, a, b))
arch/powerpc/include/asm/ppc-opcode.h
665
#define LBZCIX(t, a, b) stringify_in_c(.long PPC_RAW_LBZCIX(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
666
#define STBCIX(s, a, b) stringify_in_c(.long PPC_RAW_STBCIX(s, a, b))
arch/powerpc/include/asm/ppc-opcode.h
667
#define PPC_DCBFPS(a, b) stringify_in_c(.long PPC_RAW_DCBFPS(a, b))
arch/powerpc/include/asm/ppc-opcode.h
668
#define PPC_DCBSTPS(a, b) stringify_in_c(.long PPC_RAW_DCBSTPS(a, b))
arch/powerpc/include/asm/ppc-opcode.h
669
#define PPC_PHWSYNC stringify_in_c(.long PPC_RAW_PHWSYNC)
arch/powerpc/include/asm/ppc-opcode.h
670
#define PPC_PLWSYNC stringify_in_c(.long PPC_RAW_PLWSYNC)
arch/powerpc/include/asm/ppc-opcode.h
671
#define STXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_STXVD2X(s, a, b))
arch/powerpc/include/asm/ppc-opcode.h
672
#define LXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_LXVD2X(s, a, b))
arch/powerpc/include/asm/ppc-opcode.h
673
#define MFVRD(a, t) stringify_in_c(.long PPC_RAW_MFVRD(a, t))
arch/powerpc/include/asm/ppc-opcode.h
674
#define MTVRD(t, a) stringify_in_c(.long PPC_RAW_MTVRD(t, a))
arch/powerpc/include/asm/ppc-opcode.h
675
#define VPMSUMW(t, a, b) stringify_in_c(.long PPC_RAW_VPMSUMW(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
676
#define VPMSUMD(t, a, b) stringify_in_c(.long PPC_RAW_VPMSUMD(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
677
#define XXLOR(t, a, b) stringify_in_c(.long PPC_RAW_XXLOR(t, a, b))
arch/powerpc/include/asm/ppc-opcode.h
678
#define XXSWAPD(t, a) stringify_in_c(.long PPC_RAW_XXSWAPD(t, a))
arch/powerpc/include/asm/ppc-opcode.h
679
#define XVCPSGNDP(t, a, b) stringify_in_c(.long (PPC_RAW_XVCPSGNDP(t, a, b)))
arch/powerpc/include/asm/ppc-opcode.h
682
stringify_in_c(.long (PPC_RAW_VPERMXOR(vrt, vra, vrb, vrc)))
arch/powerpc/include/asm/ppc-opcode.h
684
#define PPC_NAP stringify_in_c(.long PPC_RAW_NAP)
arch/powerpc/include/asm/ppc-opcode.h
685
#define PPC_SLEEP stringify_in_c(.long PPC_RAW_SLEEP)
arch/powerpc/include/asm/ppc-opcode.h
686
#define PPC_WINKLE stringify_in_c(.long PPC_RAW_WINKLE)
arch/powerpc/include/asm/ppc-opcode.h
688
#define PPC_STOP stringify_in_c(.long PPC_RAW_STOP)
arch/powerpc/include/asm/ppc-opcode.h
691
#define PPC_CLRBHRB stringify_in_c(.long PPC_RAW_CLRBHRB)
arch/powerpc/include/asm/ppc-opcode.h
692
#define PPC_MFBHRBE(r, n) stringify_in_c(.long PPC_RAW_MFBHRBE(r, n))
arch/powerpc/include/asm/ppc-opcode.h
695
#define TRECHKPT stringify_in_c(.long PPC_RAW_TRECHKPT)
arch/powerpc/include/asm/ppc-opcode.h
696
#define TRECLAIM(r) stringify_in_c(.long PPC_RAW_TRECLAIM(r))
arch/powerpc/include/asm/ppc-opcode.h
697
#define TABORT(r) stringify_in_c(.long PPC_RAW_TABORT(r))
arch/powerpc/include/asm/ppc-opcode.h
700
#define MTTMR(tmr, r) stringify_in_c(.long PPC_RAW_MTTMR(tmr, r))
arch/powerpc/include/asm/ppc-opcode.h
701
#define MFTMR(tmr, r) stringify_in_c(.long PPC_RAW_MFTMR(tmr, r))
arch/powerpc/include/asm/ppc-opcode.h
704
#define PPC_ICSWX(s, a, b) stringify_in_c(.long PPC_RAW_ICSWX(s, a, b))
arch/powerpc/include/asm/ppc-opcode.h
705
#define PPC_ICSWEPX(s, a, b) stringify_in_c(.long PPC_RAW_ICSWEPX(s, a, b))
arch/powerpc/include/asm/ppc-opcode.h
707
#define PPC_SLBIA(IH) stringify_in_c(.long PPC_RAW_SLBIA(IH))
arch/powerpc/include/asm/ppc-opcode.h
719
#define VCMPEQUD_RC(vrt, vra, vrb) stringify_in_c(.long PPC_RAW_VCMPEQUD_RC(vrt, vra, vrb))
arch/powerpc/include/asm/ppc-opcode.h
721
#define VCMPEQUB_RC(vrt, vra, vrb) stringify_in_c(.long PPC_RAW_VCMPEQUB_RC(vrt, vra, vrb))
arch/powerpc/include/asm/ppc_asm.h
874
stringify_in_c(.section __soft_mask_table,"a";)\
arch/powerpc/include/asm/ppc_asm.h
875
stringify_in_c(.balign 8;) \
arch/powerpc/include/asm/ppc_asm.h
876
stringify_in_c(.llong (_start);) \
arch/powerpc/include/asm/ppc_asm.h
877
stringify_in_c(.llong (_end);) \
arch/powerpc/include/asm/ppc_asm.h
878
stringify_in_c(.previous)
arch/powerpc/include/asm/ppc_asm.h
881
stringify_in_c(.section __restart_table,"a";)\
arch/powerpc/include/asm/ppc_asm.h
882
stringify_in_c(.balign 8;) \
arch/powerpc/include/asm/ppc_asm.h
883
stringify_in_c(.llong (_start);) \
arch/powerpc/include/asm/ppc_asm.h
884
stringify_in_c(.llong (_end);) \
arch/powerpc/include/asm/ppc_asm.h
885
stringify_in_c(.llong (_target);) \
arch/powerpc/include/asm/ppc_asm.h
886
stringify_in_c(.previous)
arch/powerpc/include/asm/synch.h
61
#define PPC_ACQUIRE_BARRIER "\n" stringify_in_c(__PPC_ACQUIRE_BARRIER)
arch/powerpc/include/asm/synch.h
62
#define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n"
arch/powerpc/include/asm/synch.h
63
#define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n"
arch/powerpc/include/asm/synch.h
64
#define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n"
arch/s390/include/asm/asm-extable.h
30
stringify_in_c(.section _section,"a";) \
arch/s390/include/asm/asm-extable.h
31
stringify_in_c(.balign 4;) \
arch/s390/include/asm/asm-extable.h
32
stringify_in_c(.long (_fault) - .;) \
arch/s390/include/asm/asm-extable.h
33
stringify_in_c(.long (_target) - .;) \
arch/s390/include/asm/asm-extable.h
34
stringify_in_c(.short (_type);) \
arch/s390/include/asm/asm-extable.h
35
stringify_in_c(.macro extable_reg regerr, regaddr;) \
arch/s390/include/asm/asm-extable.h
36
stringify_in_c(.set .Lfound, 0;) \
arch/s390/include/asm/asm-extable.h
37
stringify_in_c(.set .Lcurr, 0;) \
arch/s390/include/asm/asm-extable.h
38
stringify_in_c(.irp rs,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15;) \
arch/s390/include/asm/asm-extable.h
39
stringify_in_c( .ifc "\regerr", "%%r\rs";) \
arch/s390/include/asm/asm-extable.h
40
stringify_in_c( .set .Lfound, 1;) \
arch/s390/include/asm/asm-extable.h
41
stringify_in_c( .set .Lregerr, .Lcurr;) \
arch/s390/include/asm/asm-extable.h
42
stringify_in_c( .endif;) \
arch/s390/include/asm/asm-extable.h
43
stringify_in_c( .set .Lcurr, .Lcurr+1;) \
arch/s390/include/asm/asm-extable.h
44
stringify_in_c(.endr;) \
arch/s390/include/asm/asm-extable.h
45
stringify_in_c(.ifne (.Lfound != 1);) \
arch/s390/include/asm/asm-extable.h
46
stringify_in_c( .error "extable_reg: bad register argument1";) \
arch/s390/include/asm/asm-extable.h
47
stringify_in_c(.endif;) \
arch/s390/include/asm/asm-extable.h
48
stringify_in_c(.set .Lfound, 0;) \
arch/s390/include/asm/asm-extable.h
49
stringify_in_c(.set .Lcurr, 0;) \
arch/s390/include/asm/asm-extable.h
50
stringify_in_c(.irp rs,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15;) \
arch/s390/include/asm/asm-extable.h
51
stringify_in_c( .ifc "\regaddr", "%%r\rs";) \
arch/s390/include/asm/asm-extable.h
52
stringify_in_c( .set .Lfound, 1;) \
arch/s390/include/asm/asm-extable.h
53
stringify_in_c( .set .Lregaddr, .Lcurr;) \
arch/s390/include/asm/asm-extable.h
54
stringify_in_c( .endif;) \
arch/s390/include/asm/asm-extable.h
55
stringify_in_c( .set .Lcurr, .Lcurr+1;) \
arch/s390/include/asm/asm-extable.h
56
stringify_in_c(.endr;) \
arch/s390/include/asm/asm-extable.h
57
stringify_in_c(.ifne (.Lfound != 1);) \
arch/s390/include/asm/asm-extable.h
58
stringify_in_c( .error "extable_reg: bad register argument2";) \
arch/s390/include/asm/asm-extable.h
59
stringify_in_c(.endif;) \
arch/s390/include/asm/asm-extable.h
60
stringify_in_c(.short .Lregerr << EX_DATA_REG_ERR_SHIFT | \
arch/s390/include/asm/asm-extable.h
63
stringify_in_c(.endm;) \
arch/s390/include/asm/asm-extable.h
64
stringify_in_c(extable_reg _regerr,_regaddr;) \
arch/s390/include/asm/asm-extable.h
65
stringify_in_c(.purgem extable_reg;) \
arch/s390/include/asm/asm-extable.h
66
stringify_in_c(.previous)
arch/s390/include/asm/skey.h
13
stringify_in_c(.section .skey_region,"a";) \
arch/s390/include/asm/skey.h
14
stringify_in_c(.balign 8;) \
arch/s390/include/asm/skey.h
15
stringify_in_c(.quad (_start);) \
arch/s390/include/asm/skey.h
16
stringify_in_c(.quad (_end);) \
arch/s390/include/asm/skey.h
17
stringify_in_c(.previous)
tools/testing/selftests/powerpc/include/instructions.h
102
stringify_in_c(.long (instr) | \
tools/testing/selftests/powerpc/include/instructions.h
107
#define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \
tools/testing/selftests/powerpc/include/instructions.h
108
stringify_in_c(.long PPC_PREFIX_8LS | \
tools/testing/selftests/powerpc/include/instructions.h
111
stringify_in_c(.long (instr) | \
tools/testing/selftests/powerpc/include/instructions.h
98
#define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \
tools/testing/selftests/powerpc/include/instructions.h
99
stringify_in_c(.long PPC_PREFIX_MLS | \
tools/testing/selftests/powerpc/nx-gzip/include/copy-paste.h
17
#define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \
tools/testing/selftests/powerpc/nx-gzip/include/copy-paste.h
19
#define PPC_PASTE(a, b) stringify_in_c(.long PPC_INST_PASTE | \
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
11
#define PPC_LL stringify_in_c(ld)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
12
#define PPC_STL stringify_in_c(std)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
13
#define PPC_STLU stringify_in_c(stdu)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
14
#define PPC_LCMPI stringify_in_c(cmpdi)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
15
#define PPC_LCMPLI stringify_in_c(cmpldi)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
16
#define PPC_LCMP stringify_in_c(cmpd)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
17
#define PPC_LONG stringify_in_c(.8byte)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
18
#define PPC_LONG_ALIGN stringify_in_c(.balign 8)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
19
#define PPC_TLNEI stringify_in_c(tdnei)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
20
#define PPC_LLARX stringify_in_c(ldarx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
21
#define PPC_STLCX stringify_in_c(stdcx.)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
22
#define PPC_CNTLZL stringify_in_c(cntlzd)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
24
#define PPC_SRL stringify_in_c(srd)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
29
#define LWZX_BE stringify_in_c(lwzx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
30
#define LDX_BE stringify_in_c(ldx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
31
#define STWX_BE stringify_in_c(stwx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
32
#define STDX_BE stringify_in_c(stdx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
34
#define LWZX_BE stringify_in_c(lwbrx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
35
#define LDX_BE stringify_in_c(ldbrx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
36
#define STWX_BE stringify_in_c(stwbrx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
37
#define STDX_BE stringify_in_c(stdbrx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
49
#define PPC_LL stringify_in_c(lwz)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
50
#define PPC_STL stringify_in_c(stw)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
51
#define PPC_STLU stringify_in_c(stwu)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
52
#define PPC_LCMPI stringify_in_c(cmpwi)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
53
#define PPC_LCMPLI stringify_in_c(cmplwi)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
54
#define PPC_LCMP stringify_in_c(cmpw)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
55
#define PPC_LONG stringify_in_c(.long)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
56
#define PPC_LONG_ALIGN stringify_in_c(.balign 4)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
57
#define PPC_TLNEI stringify_in_c(twnei)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
58
#define PPC_LLARX stringify_in_c(lwarx)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
59
#define PPC_STLCX stringify_in_c(stwcx.)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
60
#define PPC_CNTLZL stringify_in_c(cntlzw)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
61
#define PPC_MTOCRF stringify_in_c(mtcrf)
tools/testing/selftests/powerpc/primitives/asm/asm-compat.h
62
#define PPC_SRL stringify_in_c(srw)
tools/testing/selftests/powerpc/primitives/asm/extable.h
38
stringify_in_c(.section __ex_table,"a";)\
tools/testing/selftests/powerpc/primitives/asm/extable.h
39
stringify_in_c(.balign 4;) \
tools/testing/selftests/powerpc/primitives/asm/extable.h
40
stringify_in_c(.long (_fault) - . ;) \
tools/testing/selftests/powerpc/primitives/asm/extable.h
41
stringify_in_c(.long (_target) - . ;) \
tools/testing/selftests/powerpc/primitives/asm/extable.h
42
stringify_in_c(.previous)
tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h
174
stringify_in_c(BEGIN_FTR_SECTION) \
tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h
176
stringify_in_c(FTR_SECTION_ELSE) \
tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h
178
stringify_in_c(ALT_FTR_SECTION_END((msk), (val)))
tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h
187
stringify_in_c(BEGIN_MMU_FTR_SECTION) \
tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h
189
stringify_in_c(MMU_FTR_SECTION_ELSE) \
tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h
191
stringify_in_c(ALT_MMU_FTR_SECTION_END((msk), (val)))
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
874
stringify_in_c(.section __soft_mask_table,"a";)\
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
875
stringify_in_c(.balign 8;) \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
876
stringify_in_c(.llong (_start);) \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
877
stringify_in_c(.llong (_end);) \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
878
stringify_in_c(.previous)
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
881
stringify_in_c(.section __restart_table,"a";)\
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
882
stringify_in_c(.balign 8;) \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
883
stringify_in_c(.llong (_start);) \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
884
stringify_in_c(.llong (_end);) \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
885
stringify_in_c(.llong (_target);) \
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
886
stringify_in_c(.previous)
tools/testing/selftests/powerpc/stringloops/asm/ppc-opcode.h
27
#define VCMPEQUD_RC(vrt, vra, vrb) stringify_in_c(.long PPC_INST_VCMPEQUD_RC | \
tools/testing/selftests/powerpc/stringloops/asm/ppc-opcode.h
31
#define VCMPEQUB_RC(vrt, vra, vrb) stringify_in_c(.long PPC_INST_VCMPEQUB_RC | \