Searched refs:feature2 (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | alternative.h | 169 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 173 ALTINSTR_ENTRY(feature2, 2) \ 213 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 214 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 240 feature2, input...) \ argument 242 newinstr2, feature2) \ 261 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument 264 "call %P[new2]", feature2) \ 363 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 373 altinstruction_entry 140b,144f,\feature2,142b-140b,145f-144f
|
A D | mpspec_def.h | 29 unsigned char feature2; /* Bit7 set for IMCR|PIC */ member
|
/linux/arch/s390/include/asm/ |
A D | alternative-asm.h | 86 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 102 alt_entry 773b, 775b, 771b, 772b,\feature2
|
/linux/include/net/nfc/ |
A D | nci.h | 231 u8 feature2; member
|
/linux/include/pcmcia/ |
A D | cistpl.h | 358 u_char feature2; member
|
/linux/arch/x86/kernel/ |
A D | mpparse.c | 515 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()
|
/linux/net/nfc/nci/ |
A D | core.c | 513 .feature2 = NCI_FEATURE_DISABLE in nci_open_device()
|
Completed in 16 milliseconds