/qemu/tests/qtest/ |
H A D | arm-cpu-features.c | 119 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 D | gdbstub.h | 13 GDBFeature *feature; member
|
/qemu/target/i386/ |
H A D | confidential-guest.h | 83 uint32_t feature, uint32_t index, in x86_confidential_guest_adjust_cpuid_features()
|
/qemu/hw/vfio/ |
H A D | migration.c | 133 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 D | listener.c | 859 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 D | container-base.c | 188 struct vfio_device_feature *feature = (struct vfio_device_feature *)buf; in vfio_device_dma_logging_report() local
|
H A D | device.c | 487 struct vfio_device_feature *feature) in vfio_device_io_device_feature()
|
/qemu/gdbstub/ |
H A D | gdbstub.c | 56 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 D | cpu.h | 187 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 D | stubs-system.c | 15 void replay_add_blocker(const char *feature) in replay_add_blocker()
|
H A D | replay.c | 491 void replay_add_blocker(const char *feature) in replay_add_blocker()
|
/qemu/target/m68k/ |
H A D | cpu.c | 86 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 D | gdbstub.c | 340 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 D | cpu.c | 28 static inline void set_feature(CPUTriCoreState *env, int feature) in set_feature()
|
H A D | cpu.h | 163 static inline int tricore_has_feature(CPUTriCoreState *env, int feature) in tricore_has_feature()
|
/qemu/include/qemu/ |
H A D | qemu-plugin.h | 881 const char *feature; member
|
/qemu/target/ppc/ |
H A D | mmu-hash64.h | 167 static inline bool ppc_hash64_has(PowerPCCPU *cpu, unsigned feature) in ppc_hash64_has()
|
/qemu/io/ |
H A D | channel.c | 30 QIOChannelFeature feature) in qio_channel_has_feature() 37 QIOChannelFeature feature) in qio_channel_set_feature()
|
/qemu/chardev/ |
H A D | char.c | 995 ChardevFeature feature) in qemu_chr_has_feature() 1001 ChardevFeature feature) in qemu_chr_set_feature()
|
/qemu/hw/usb/ |
H A D | dev-hub.c | 325 static const char *feature_name(int feature) in feature_name()
|
/qemu/include/hw/ide/ |
H A D | ide-dev.h | 71 uint8_t feature; member
|
/qemu/ui/ |
H A D | vnc.h | 582 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 D | kvm.c | 841 static bool kvm_feature_supported(CPUState *cs, enum loongarch_features feature) in kvm_feature_supported()
|
/qemu/linux-user/ |
H A D | elfload.c | 1195 #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 D | ivshmem-pci.c | 131 unsigned int feature) { in ivshmem_has_feature()
|