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