Searched refs:ALTINSTR_ENTRY (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | alternative.h | 51 #define ALTINSTR_ENTRY(facility, num) \ macro 69 ALTINSTR_ENTRY(facility, 1) \ 79 ALTINSTR_ENTRY(facility1, 1) \ 80 ALTINSTR_ENTRY(facility2, 2) \
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | alternative.h | 60 #define ALTINSTR_ENTRY(feature, num) \ macro 74 ALTINSTR_ENTRY(feature, 1) \ 83 ALTINSTR_ENTRY(feature1, 1) \ 84 ALTINSTR_ENTRY(feature2, 2) \
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | alternative.h | 199 #define ALTINSTR_ENTRY(ft_flags, num) \ macro 214 ALTINSTR_ENTRY(ft_flags, 1) \ 223 ALTINSTR_ENTRY(ft_flags1, 1) \ 224 ALTINSTR_ENTRY(ft_flags2, 2) \ 240 ALTINSTR_ENTRY(ft_flags1, 1) \ 241 ALTINSTR_ENTRY(ft_flags2, 2) \ 242 ALTINSTR_ENTRY(ft_flags3, 3) \
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | alternative-macros.h | 26 #define ALTINSTR_ENTRY(cpucap) \ macro 62 ALTINSTR_ENTRY(cpucap) \
|