Home
last modified time | relevance | path

Searched refs:feature1 (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
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"))
H A Dalternative-asm.h58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
67 altinstruction_entry 140b, 143f, \feature1, 142b-140b, 144f-143f, 142b-141b
/openbmc/qemu/tests/qapi-schema/
H A Dqapi-schema-test.json307 'features': [ 'feature1' ] }
310 'features': [ { 'name': 'feature1' } ] }
313 'features': [ 'feature1', 'feature2' ] }
320 'features': [ { 'name': 'feature1', 'if': 'TEST_IF_FEATURE_1'} ] }
323 'features': [ { 'name': 'feature1', 'if': 'TEST_IF_FEATURE_1'},
327 'features': [ { 'name': 'feature1',
332 'features': [ { 'name': 'feature1',
339 'features': [ 'feature1' ] }
345 'features': [ 'feature1' ] }
349 'features': [ 'feature1' ] }
[all …]
H A Dqapi-schema-test.out330 feature feature1
334 feature feature1
337 feature feature1
347 feature feature1
351 feature feature1
357 feature feature1
361 feature feature1
368 feature feature1
377 feature feature1
381 feature feature1
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dalternative-asm.h42 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
49 alt_entry 773b, 774b, 770b, 771b,\feature1
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c516 if (mpf->feature1) { in default_get_smp_config()
523 pr_info("Default MP configuration #%d\n", mpf->feature1); in default_get_smp_config()
524 construct_default_ISA_mptable(mpf->feature1); in default_get_smp_config()
848 if (mpf->feature1) in update_mp_table()
/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h28 unsigned char feature1; /* Standard or configuration ? */ member
/openbmc/linux/include/net/nfc/
H A Dnci.h230 u8 feature1; member
/openbmc/linux/include/pcmcia/
H A Dcistpl.h357 u_char feature1; member
/openbmc/linux/net/nfc/nci/
H A Dcore.c513 .feature1 = NCI_FEATURE_DISABLE, in nci_open_device()