Searched defs:alternative (Results 1 – 6 of 6) sorted by relevance
117 KEEP(*(.alternative))118 __alt_end = .;
103 #define alternative(oldinstr, newinstr, feature) \ macro
95 #define alternative(oldinstr, altinstr, facility) \ macro
24 struct alternative { struct25 struct alternative *next; argument26 struct instruction *insn;27 bool skip_orig;
592 u64 alternative; member
268 #define alternative(oldinstr, newinstr, ft_flags) \ macro