Searched refs:feature1 (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 83 ALTINSTR_ENTRY(feature1, 1) \ 87 ALTINSTR_REPLACEMENT(newinstr1, feature1, 1) \ 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 67 altinstruction_entry 140b, 143f, \feature1, 142b-140b, 144f-143f, 142b-141b
|
| /arch/s390/include/asm/ |
| A D | alternative.h | 140 #define ALTERNATIVE_2(oldinstr, altinstr1, feature1, altinstr2, feature2)\ argument 147 ALTINSTR_ENTRY(feature1, 1) \ 166 #define alternative_2(oldinstr, altinstr1, feature1, altinstr2, feature2) \ argument 167 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, feature1, \ 224 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 231 alt_entry 773b, 774b, 770b, 771b,\feature1
|
| /arch/x86/include/asm/ |
| A D | mpspec_def.h | 28 unsigned char feature1; /* Standard or configuration ? */ member
|
| /arch/x86/kernel/ |
| A D | mpparse.c | 517 if (mpf->feature1) { in mpparse_get_smp_config() 524 pr_info("Default MP configuration #%d\n", mpf->feature1); in mpparse_get_smp_config() 525 construct_default_ISA_mptable(mpf->feature1); in mpparse_get_smp_config() 858 if (mpf->feature1) in update_mp_table()
|
Completed in 12 milliseconds