Searched refs:feature2 (Results 1 – 5 of 5) sorted by relevance
| /arch/loongarch/include/asm/ |
| A D | alternative.h | 80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 84 ALTINSTR_ENTRY(feature2, 2) \ 88 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \ 106 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 107 (asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory"))
|
| A D | alternative-asm.h | 58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 68 altinstruction_entry 140b, 144f, \feature2, 142b-140b, 145f-144f, 142b-141b
|
| /arch/s390/include/asm/ |
| A D | alternative.h | 140 #define ALTERNATIVE_2(oldinstr, altinstr1, feature1, altinstr2, feature2)\ argument 148 ALTINSTR_ENTRY(feature2, 2) \ 166 #define alternative_2(oldinstr, altinstr1, feature1, altinstr2, feature2) \ argument 168 altinstr2, feature2) ::: "memory") 224 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 232 alt_entry 773b, 774b, 771b, 772b,\feature2
|
| /arch/x86/include/asm/ |
| A D | mpspec_def.h | 29 unsigned char feature2; /* Bit7 set for IMCR|PIC */ member
|
| /arch/x86/kernel/ |
| A D | mpparse.c | 506 if (mpf->feature2 & (1 << 7)) { in mpparse_get_smp_config()
|
Completed in 12 milliseconds