Searched refs:feature1 (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| A D | alternative.h | 80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 83 ALTINSTR_ENTRY(feature1, 1) \ 87 ALTINSTR_REPLACEMENT(newinstr1, feature1, 1) \ 106 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 107 (asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory"))
|
| A D | alternative-asm.h | 58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 67 altinstruction_entry 140b, 143f, \feature1, 142b-140b, 144f-143f, 142b-141b
|
| /linux/arch/s390/include/asm/ |
| A D | alternative.h | 139 #define ALTERNATIVE_2(oldinstr, altinstr1, feature1, altinstr2, feature2)\ argument 146 ALTINSTR_ENTRY(feature1, 1) \ 165 #define alternative_2(oldinstr, altinstr1, feature1, altinstr2, feature2) \ argument 166 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, feature1, \ 223 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 230 alt_entry 773b, 774b, 770b, 771b,\feature1
|
| /linux/arch/x86/kernel/ |
| A D | mpparse.c | 517 if (mpf->feature1) { in mpparse_get_smp_config() 524 pr_info("Default MP configuration #%d\n", mpf->feature1); in mpparse_get_smp_config() 525 construct_default_ISA_mptable(mpf->feature1); in mpparse_get_smp_config() 858 if (mpf->feature1) in update_mp_table()
|
| /linux/arch/x86/include/asm/ |
| A D | mpspec_def.h | 28 unsigned char feature1; /* Standard or configuration ? */ member
|
| /linux/include/net/nfc/ |
| A D | nci.h | 230 u8 feature1; member
|
| /linux/include/pcmcia/ |
| A D | cistpl.h | 357 u_char feature1; member
|
| /linux/net/nfc/nci/ |
| A D | core.c | 513 .feature1 = NCI_FEATURE_DISABLE, in nci_open_device()
|
Completed in 23 milliseconds