Searched refs:ALTINSTR_ENTRY (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | alternative.h | 148 #define ALTINSTR_ENTRY(feature, num) \ macro 163 ALTINSTR_ENTRY(feature, 1) \ 172 ALTINSTR_ENTRY(feature1, 1) \ 173 ALTINSTR_ENTRY(feature2, 2) \ 188 ALTINSTR_ENTRY(feat1, 1) \ 189 ALTINSTR_ENTRY(feat2, 2) \ 190 ALTINSTR_ENTRY(feat3, 3) \
|
/linux/arch/s390/include/asm/ |
A D | alternative.h | 97 #define ALTINSTR_ENTRY(facility, num) \ macro 115 ALTINSTR_ENTRY(facility, 1) \ 125 ALTINSTR_ENTRY(facility1, 1) \ 126 ALTINSTR_ENTRY(facility2, 2) \
|
/linux/arch/arm64/include/asm/ |
A D | alternative-macros.h | 14 #define ALTINSTR_ENTRY(feature) \ macro 50 ALTINSTR_ENTRY(feature) \
|
Completed in 5 milliseconds