Searched defs:alternative (Results 1 – 8 of 8) sorted by relevance
46 *(.alternative)47 __alt_end = .;
104 *(.alternative)105 __alt_end = .;
111 *(.alternative)112 __alt_end = .;
95 #define alternative(oldinstr, altinstr, facility) \ macro
103 #define alternative(oldinstr, newinstr, feature) \ macro
25 struct alternative { struct26 struct alternative *next; argument27 struct instruction *insn;28 bool skip_orig;
592 u64 alternative; member
267 #define alternative(oldinstr, newinstr, ft_flags) \ macro
Completed in 16 milliseconds