Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 25 of 39) 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/include/exec/
H A Dgdbstub.h13 GDBFeature *feature; member
/qemu/target/i386/
H A Dconfidential-guest.h83 uint32_t feature, uint32_t index, in x86_confidential_guest_adjust_cpuid_features()
/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
938 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_migration_query_flags() local
957 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.c188 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_device_dma_logging_report() local
H A Ddevice.c487 struct vfio_device_feature *feature) in vfio_device_io_device_feature()
/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()
/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()
/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()
/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()
/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
/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()
/qemu/include/qemu/
H A Dqemu-plugin.h881 const char *feature; member
/qemu/target/ppc/
H A Dmmu-hash64.h167 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/chardev/
H A Dchar.c995 ChardevFeature feature) in qemu_chr_has_feature()
1001 ChardevFeature feature) in qemu_chr_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.h582 static inline uint32_t vnc_has_feature(VncState *vs, int feature) { in vnc_has_feature()
586 static inline void vnc_set_feature(VncState *vs, enum VncFeatures feature) in vnc_set_feature()
/qemu/target/loongarch/kvm/
H A Dkvm.c841 static bool kvm_feature_supported(CPUState *cs, enum loongarch_features feature) in kvm_feature_supported()
/qemu/linux-user/
H A Delfload.c1195 #define GET_FEATURE(flag, feature) \ in get_elf_hwcap() argument
1197 #define GET_FEATURE2(flags, feature) \ in get_elf_hwcap() argument
1229 #define GET_FEATURE(flag, feature) \ in get_elf_hwcap2() argument
1231 #define GET_FEATURE2(flag, feature) \ in get_elf_hwcap2() argument
/qemu/hw/misc/
H A Divshmem-pci.c131 unsigned int feature) { in ivshmem_has_feature()

12