Searched refs:ALTINSTR_ENTRY (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/s390/include/asm/ |
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) \
|
/linux-6.1.9/arch/x86/include/asm/ |
D | alternative.h | 150 #define ALTINSTR_ENTRY(feature, num) \ macro 165 ALTINSTR_ENTRY(feature, 1) \ 174 ALTINSTR_ENTRY(feature1, 1) \ 175 ALTINSTR_ENTRY(feature2, 2) \ 190 ALTINSTR_ENTRY(feat1, 1) \ 191 ALTINSTR_ENTRY(feat2, 2) \ 192 ALTINSTR_ENTRY(feat3, 3) \
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | alternative-macros.h | 26 #define ALTINSTR_ENTRY(feature) \ macro 62 ALTINSTR_ENTRY(feature) \
|