Searched refs:ALTINSTR_ENTRY (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | alternative.h | 149 #define ALTINSTR_ENTRY(feature, num) \ macro 164 ALTINSTR_ENTRY(feature, 1) \ 173 ALTINSTR_ENTRY(feature1, 1) \ 174 ALTINSTR_ENTRY(feature2, 2) \ 189 ALTINSTR_ENTRY(feat1, 1) \ 190 ALTINSTR_ENTRY(feat2, 2) \ 191 ALTINSTR_ENTRY(feat3, 3) \
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H 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) \
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | alternative-macros.h | 17 #define ALTINSTR_ENTRY(feature) \ macro 53 ALTINSTR_ENTRY(feature) \
|