Searched refs:feature2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | alternative.h | 145 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 149 ALTINSTR_ENTRY(feature2, 2) \ 153 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \ 171 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 172 asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 198 feature2, input...) \ argument 200 newinstr2, feature2) \ 219 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument 222 "call %P[new2]", feature2) \
|
D | alternative-asm.h | 79 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 89 altinstruction_entry 140b,144f,\feature2,142b-140b,145f-144f,142b-141b
|
D | mpspec_def.h | 29 unsigned char feature2; /* Bit7 set for IMCR|PIC */ member
|
/Linux-v4.19/arch/s390/include/asm/ |
D | alternative-asm.h | 86 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 102 alt_entry 773b, 775b, 771b, 772b,\feature2
|
/Linux-v4.19/include/pcmcia/ |
D | cistpl.h | 361 u_char feature2; member
|
/Linux-v4.19/arch/x86/kernel/ |
D | mpparse.c | 533 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()
|