Searched refs:feature2 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | alternative.h | 137 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 141 ALTINSTR_ENTRY(feature2, 2) \ 145 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \ 169 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 170 asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 196 feature2, input...) \ argument 198 newinstr2, feature2) \ 217 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument 220 "call %P[new2]", feature2) \
|
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
|
D | mpspec_def.h | 28 unsigned char feature2; /* Bit7 set for IMCR|PIC */ member
|
/linux-4.1.27/include/pcmcia/ |
D | cistpl.h | 361 u_char feature2; member
|
/linux-4.1.27/arch/x86/kernel/ |
D | mpparse.c | 524 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()
|