Searched defs:alternative (Results 1 – 8 of 8) sorted by relevance
33 struct alternative { struct34 struct list_head list;35 struct instruction *insn;
141 #define alternative(oldinstr, altinstr, facility) \ macro
23 struct alternative { struct24 struct list_head list;25 struct instruction *insn;26 bool skip_orig;
168 #define alternative(oldinstr, newinstr, feature) \ macro
592 u64 alternative; member
211 #define alternative(oldinstr, newinstr, feature) \ macro