Home
last modified time | relevance | path

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

12

/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
/qemu/hw/vfio/
H A Dmigration.c91 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_migration_set_state() local
247 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_query_stop_copy_size() local
792 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_migration_query_flags() local
811 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_dma_logging_supported() local
H A Dcommon.c936 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_devices_dma_logging_stop() local
960 struct vfio_device_feature *feature; in vfio_device_feature_dma_logging_start_create() local
1019 struct vfio_device_feature *feature) in vfio_device_feature_dma_logging_start_destroy()
1032 struct vfio_device_feature *feature; in vfio_devices_dma_logging_start() local
1115 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_device_dma_logging_report() local
/qemu/include/exec/
H A Dgdbstub.h22 GDBFeature *feature; member
/qemu/gdbstub/
H A Dgdbstub.c54 const GDBFeature *feature; member
411 void gdb_feature_builder_init(GDBFeatureBuilder *builder, GDBFeature *feature, in gdb_feature_builder_init()
484 const GDBFeature *feature; in gdb_find_static_feature() local
558 const GDBFeature *feature) in gdb_register_feature()
573 const GDBFeature *feature; in gdb_init_cpu() local
592 const GDBFeature *feature, int g_pos) in gdb_register_coprocessor()
/qemu/target/avr/
H A Dcpu.h175 static inline int avr_feature(CPUAVRState *env, AVRFeature feature) in avr_feature()
180 static inline void set_avr_feature(CPUAVRState *env, int feature) in set_avr_feature()
/qemu/replay/
H A Dstubs-system.c15 void replay_add_blocker(const char *feature) in replay_add_blocker()
H A Dreplay.c510 void replay_add_blocker(const char *feature) in replay_add_blocker()
/qemu/target/m68k/
H A Dcpu.c64 static void m68k_set_feature(CPUM68KState *env, int feature) in m68k_set_feature()
69 static void m68k_unset_feature(CPUM68KState *env, int feature) in m68k_unset_feature()
H A Dcpu.h558 static inline bool m68k_feature(CPUM68KState *env, int feature) in m68k_feature()
/qemu/target/arm/
H A Dgdbstub.c327 int feature; member
489 GDBFeature *feature = arm_gen_dynamic_svereg_feature(cs, cs->gdb_num_regs); in arm_cpu_register_gdb_regs_for_features() local
/qemu/target/tricore/
H A Dcpu.c27 static inline void set_feature(CPUTriCoreState *env, int feature) in set_feature()
H A Dcpu.h158 static inline int tricore_has_feature(CPUTriCoreState *env, int feature) in tricore_has_feature()
/qemu/include/qemu/
H A Dqemu-plugin.h737 const char *feature; global() member
/qemu/chardev/
H A Dchar.c937 ChardevFeature feature) in qemu_chr_has_feature()
943 ChardevFeature feature) in qemu_chr_set_feature()
/qemu/target/ppc/
H A Dmmu-hash64.h164 static inline bool ppc_hash64_has(PowerPCCPU *cpu, unsigned feature) in ppc_hash64_has()
/qemu/io/
H A Dchannel.c30 QIOChannelFeature feature) in qio_channel_has_feature()
37 QIOChannelFeature feature) in qio_channel_set_feature()
/qemu/hw/usb/
H A Ddev-hub.c325 static const char *feature_name(int feature) in feature_name()
/qemu/include/hw/ide/
H A Dide-dev.h71 uint8_t feature; member
/qemu/ui/
H A Dvnc.h581 static inline uint32_t vnc_has_feature(VncState *vs, int feature) { in vnc_has_feature()
585 static inline void vnc_set_feature(VncState *vs, enum VncFeatures feature) in vnc_set_feature()
/qemu/linux-user/
H A Delfload.c1102 #define GET_FEATURE(flag, feature) \ in get_elf_hwcap() argument
1104 #define GET_FEATURE2(flags, feature) \ in get_elf_hwcap() argument
1136 #define GET_FEATURE(flag, feature) \ in get_elf_hwcap2() argument
1138 #define GET_FEATURE2(flag, feature) \ in get_elf_hwcap2() argument
/qemu/hw/misc/
H A Divshmem.c131 unsigned int feature) { in ivshmem_has_feature()
/qemu/target/arm/tcg/
H A Dtranslate.h261 static inline int arm_dc_feature(DisasContext *dc, int feature) in arm_dc_feature()
H A Dtranslate-a64.c9417 bool feature; in disas_simd_scalar_three_reg_same_extra() local
11622 bool feature; in disas_simd_three_reg_same_extra() local
13518 bool feature; in disas_crypto_three_reg_sha() local
13583 bool feature; in disas_crypto_two_reg_sha() local
13658 bool feature; in disas_crypto_three_reg_sha512() local
13730 bool feature; in disas_crypto_two_reg_sha512() local
13778 bool feature; in disas_crypto_four_reg() local
/qemu/target/i386/kvm/
H A Dkvm.c1250 static bool hyperv_feature_supported(CPUState *cs, int feature) in hyperv_feature_supported()
1274 static bool hv_feature_check_deps(X86CPU *cpu, int feature, Error **errp) in hv_feature_check_deps()

12