Searched defs:alternative (Results 1 – 4 of 4) sorted by relevance
141 #define alternative(oldinstr, altinstr, facility) \ macro
24 struct alternative { struct25 struct list_head list;26 struct instruction *insn;27 bool skip_orig;
592 u64 alternative; member
211 #define alternative(oldinstr, newinstr, feature) \ macro