Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 25 of 55) sorted by relevance

123

/openbmc/qemu/tests/qtest/
H A Darm-cpu-features.c119 static bool resp_get_feature(QDict *resp, const char *feature) in resp_get_feature()
130 #define assert_has_feature(qts, cpu_type, feature) \ argument
139 #define assert_has_not_feature(qts, cpu_type, feature) \ argument
148 #define resp_assert_feature(resp, feature, expected_value) \ argument
159 #define assert_feature(qts, cpu_type, feature, expected_value) \ argument
169 #define assert_set_feature(qts, cpu_type, feature, value) \ argument
180 #define assert_has_feature_enabled(qts, cpu_type, feature) \ argument
183 #define assert_has_feature_disabled(qts, cpu_type, feature) \ argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagegroup.py9 def is_optional(feature, d): argument
/openbmc/qemu/include/exec/
H A Dgdbstub.h13 GDBFeature *feature; member
/openbmc/qemu/target/i386/
H A Dconfidential-guest.h83 uint32_t feature, uint32_t index, in x86_confidential_guest_adjust_cpuid_features()
/openbmc/qemu/hw/vfio/
H A Dmigration.c133 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_migration_set_state() local
310 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_query_stop_copy_size() local
946 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_migration_query_flags() local
965 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_dma_logging_supported() local
H A Dlistener.c859 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_devices_dma_logging_stop() local
887 struct vfio_device_feature *feature; in vfio_device_feature_dma_logging_start_create() local
946 struct vfio_device_feature *feature) in vfio_device_feature_dma_logging_start_destroy()
960 struct vfio_device_feature *feature; in vfio_devices_dma_logging_start() local
H A Dcontainer-base.c197 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_device_dma_logging_report() local
H A Ddevice.c523 struct vfio_device_feature *feature) in vfio_device_io_device_feature()
/openbmc/qemu/gdbstub/
H A Dgdbstub.c56 const GDBFeature *feature; member
412 void gdb_feature_builder_init(GDBFeatureBuilder *builder, GDBFeature *feature, in gdb_feature_builder_init()
485 const GDBFeature *feature; in gdb_find_static_feature() local
557 const GDBFeature *feature) in gdb_register_feature()
586 const GDBFeature *feature; in gdb_init_cpu() local
606 const GDBFeature *feature, int g_pos) in gdb_register_coprocessor()
/openbmc/u-boot/common/
H A Dusb_hub.c99 static int usb_clear_port_feature(struct usb_device *dev, int port, int feature) in usb_clear_port_feature()
106 static int usb_set_port_feature(struct usb_device *dev, int port, int feature) in usb_set_port_feature()
/openbmc/qemu/target/avr/
H A Dcpu.h187 static inline int avr_feature(CPUAVRState *env, AVRFeature feature) in avr_feature()
192 static inline void set_avr_feature(CPUAVRState *env, int feature) in set_avr_feature()
/openbmc/qemu/replay/
H A Dstubs-system.c15 void replay_add_blocker(const char *feature) in replay_add_blocker()
H A Dreplay.c491 void replay_add_blocker(const char *feature) in replay_add_blocker()
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py11 def has_feature(td, feature): argument
/openbmc/qemu/target/m68k/
H A Dcpu.c86 static void m68k_set_feature(CPUM68KState *env, int feature) in m68k_set_feature()
91 static void m68k_unset_feature(CPUM68KState *env, int feature) in m68k_unset_feature()
/openbmc/qemu/target/arm/
H A Dgdbstub.c340 int feature; member
531 GDBFeature *feature = arm_gen_dynamic_svereg_feature(cs, cs->gdb_num_regs); in arm_cpu_register_gdb_regs_for_features() local
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.c43 static const u32 feature[] = { variable
H A Dvirtio-uclass.c167 const u32 *feature, in virtio_driver_features_init()
/openbmc/qemu/target/tricore/
H A Dcpu.c28 static inline void set_feature(CPUTriCoreState *env, int feature) in set_feature()
H A Dcpu.h163 static inline int tricore_has_feature(CPUTriCoreState *env, int feature) in tricore_has_feature()
/openbmc/u-boot/include/faraday/
H A Dftsdc010.h34 unsigned int feature; /* 0x44 - feature reg */ member
44 unsigned int feature; /* 0x9c - feature reg */ member
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h165 static inline bool ppc_hash64_has(PowerPCCPU *cpu, unsigned feature) in ppc_hash64_has()
/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h886 const char *feature; member
/openbmc/qemu/io/
H A Dchannel.c30 QIOChannelFeature feature) in qio_channel_has_feature()
37 QIOChannelFeature feature) in qio_channel_set_feature()
/openbmc/qemu/chardev/
H A Dchar.c995 ChardevFeature feature) in qemu_chr_has_feature()
1001 ChardevFeature feature) in qemu_chr_set_feature()

123