/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | alternative.h | 170 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ 174 ALTINSTR_ENTRY(feature2, 2) \ 178 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \ 214 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ 215 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory") 236 * If CPU has feature2, newinstr2 is used. 241 feature2, input...) \ 243 newinstr2, feature2) \ 258 * If CPU has feature2, function2 is used. 262 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ 374 altinstruction_entry 140b,144f,\\feature2,142b-140b,145f-144f global() variable [all...] |
H A D | mpspec_def.h | 29 unsigned char feature2; /* Bit7 set for IMCR|PIC */ member
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | alternative.h | 80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ 84 ALTINSTR_ENTRY(feature2, 2) \ 88 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \ 106 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ 107 (asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory"))
|
H A D | alternative-asm.h | 56 * @feature2, it replaces @oldinstr with @feature2. 58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 68 altinstruction_entry 140b, 144f, \feature2, 142b-140b, 145f-144f, 142b-141b variable
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | alternative.h | 80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ 84 ALTINSTR_ENTRY(feature2, 2) \ 88 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \ 106 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ 107 (asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory"))
|
H A D | alternative-asm.h | 56 * @feature2, it replaces @oldinstr with @feature2. 58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 68 altinstruction_entry 140b, 144f, \feature2, 142b-140b, 145f-144f, 142b-141b variable
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | alternative-asm.h | 42 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 50 alt_entry 773b, 774b, 771b, 772b,\feature2
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | alternative-asm.h | 86 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 102 alt_entry 773b, 775b, 771b, 772b,\feature2
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mpspec_def.h | 29 unsigned char feature2; /* Bit7 set for IMCR|PIC */ member
|
/kernel/linux/linux-5.10/include/pcmcia/ |
H A D | cistpl.h | 358 u_char feature2; member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci.h | 231 u8 feature2; member
|
/kernel/linux/linux-6.6/include/pcmcia/ |
H A D | cistpl.h | 358 u_char feature2; member
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | mpparse.c | 514 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | mpparse.c | 505 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 514 .feature2 = NCI_FEATURE_DISABLE in nci_open_device()
|