Searched refs:feature2 (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | alternative.h | 171 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 175 ALTINSTR_ENTRY(feature2, 2) \ 215 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 216 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 242 feature2, input...) \ argument 244 newinstr2, feature2) \ 263 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument 266 "call %P[new2]", feature2) \ 365 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 375 altinstruction_entry 140b,144f,\feature2,142b-140b,145f-144f
|
D | mpspec_def.h | 29 unsigned char feature2; /* Bit7 set for IMCR|PIC */ member
|
/linux-6.1.9/arch/s390/include/asm/ |
D | alternative-asm.h | 42 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 50 alt_entry 773b, 774b, 771b, 772b,\feature2
|
/linux-6.1.9/include/net/nfc/ |
D | nci.h | 231 u8 feature2; member
|
/linux-6.1.9/include/pcmcia/ |
D | cistpl.h | 358 u_char feature2; member
|
/linux-6.1.9/arch/x86/kernel/ |
D | mpparse.c | 515 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()
|
/linux-6.1.9/net/nfc/nci/ |
D | core.c | 513 .feature2 = NCI_FEATURE_DISABLE in nci_open_device()
|