Searched refs:feature2 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | alternative.h | 143 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 147 ALTINSTR_ENTRY(feature2, 2) \ 151 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \ 175 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 176 asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 202 feature2, input...) \ argument 204 newinstr2, feature2) \ 223 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument 226 "call %P[new2]", feature2) \
|
D | alternative-asm.h | 76 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 86 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.4.14/include/pcmcia/ |
D | cistpl.h | 361 u_char feature2; member
|
/linux-4.4.14/arch/x86/kernel/ |
D | mpparse.c | 519 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 636 u32 feature2; member 1174 lp->feature2 = dwceqos_read(lp, REG_DWCEQOS_MAC_HW_FEATURE2); in dwceqos_get_hwfeatures()
|