Home
last modified time | relevance | path

Searched refs:feature2 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dalternative.h80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument
84 ALTINSTR_ENTRY(feature2, 2) \
88 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \
106 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument
107 (asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory"))
H A Dalternative-asm.h58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
68 altinstruction_entry 140b, 144f, \feature2, 142b-140b, 145f-144f, 142b-141b
/openbmc/linux/arch/s390/include/asm/
H A Dalternative-asm.h42 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
50 alt_entry 773b, 774b, 771b, 772b,\feature2
/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h29 unsigned char feature2; /* Bit7 set for IMCR|PIC */ member
/openbmc/qemu/tests/qapi-schema/
H A Dqapi-schema-test.json313 'features': [ 'feature1', 'feature2' ] }
324 { 'name': 'feature2', 'if': 'TEST_IF_FEATURE_2'} ] }
367 'features': [ 'unstable', 'feature1', 'feature2' ] }
373 { 'name': 'feature2', 'if': 'TEST_IF_FEATURE_2'} ] }
H A Dqapi-schema-test.out339 feature feature2
354 feature feature2
402 feature feature2
411 feature feature2
/openbmc/linux/include/pcmcia/
H A Dcistpl.h358 u_char feature2; member
/openbmc/linux/include/net/nfc/
H A Dnci.h231 u8 feature2; member
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c505 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()
/openbmc/linux/net/nfc/nci/
H A Dcore.c514 .feature2 = NCI_FEATURE_DISABLE in nci_open_device()