Home
last modified time | relevance | path

Searched refs:ft_flags (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dalternative.h77 u32 ft_flags; member
193 #define ALTINSTR_ENTRY(ft_flags) \ argument
197 " .4byte " __stringify(ft_flags) "\n" /* feature + flags */ \
209 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument
211 ALTINSTR_ENTRY(ft_flags) \
238 #define alternative(oldinstr, newinstr, ft_flags) \ argument
333 .macro altinstr_entry orig alt ft_flags orig_len alt_len
336 .4byte \ft_flags
366 .macro ALTERNATIVE oldinstr, newinstr, ft_flags
367 __ALTERNATIVE(\oldinstr, \newinstr, \ft_flags)
[all …]