Lines Matching refs:feature
33 #define ALTINSTR_ENTRY(feature) \ argument
36 " .hword " __stringify(feature) "\n" /* feature bit */ \
40 #define ALTINSTR_ENTRY_CB(feature, cb) \ argument
43 " .hword " __stringify(feature) "\n" /* feature bit */ \
63 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument
69 ALTINSTR_ENTRY(feature) \
80 #define __ALTERNATIVE_CFG_CB(oldinstr, feature, cfg_enabled, cb) \ argument
86 ALTINSTR_ENTRY_CB(feature, cb) \
92 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument
93 __ALTERNATIVE_CFG(oldinstr, newinstr, feature, IS_ENABLED(cfg))
101 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len
104 .hword \feature