Searched defs:feat (Results 1 – 16 of 16) sorted by relevance
/qemu/target/s390x/ |
H A D | cpu_features.c | 33 const S390FeatDef *s390_feat_def(S390Feat feat) in s390_feat_def() 40 S390Feat feat; in s390_feat_by_type_and_bit() local 69 S390Feat feat; in s390_fill_feat_block() local 179 S390Feat feat = s390_feat_by_type_and_bit(type, BE_BIT_NR(le_bit)); in s390_add_from_feat_block() local 193 S390Feat feat; in s390_feat_bitmap_to_ascii() local
|
H A D | cpu_models.c | 109 void s390_cpudef_featoff(uint8_t gen, uint8_t ec_ga, S390Feat feat) in s390_cpudef_featoff() 117 void s390_cpudef_featoff_greater(uint8_t gen, uint8_t ec_ga, S390Feat feat) in s390_cpudef_featoff_greater() 218 bool s390_has_feat(S390Feat feat) in s390_has_feat() 413 S390Feat feat; in s390_cpu_list() local 693 S390Feat feat = (S390Feat) (uintptr_t) opaque; in get_feature() local 710 S390Feat feat = (S390Feat) (uintptr_t) opaque; in set_feature() local 899 S390Feat feat; in s390_cpu_model_class_register_props() local
|
H A D | cpu_features.h | 79 S390FeatBitmap feat; /* features contained in the group */ member
|
H A D | gen-features.c | 1131 uint64_t feat[S390_FEAT_MAX / 64 + 1] = {}; in print_qemu_feature_defs() local 1159 uint64_t feat[S390_FEAT_MAX / 64 + 1] = {}; in print_feature_group_defs() local
|
/qemu/hw/timer/ |
H A D | sh_timer.c | 45 int feat; member 228 static void *sh_timer_init(uint32_t freq, int feat, qemu_irq irq) in sh_timer_init() 260 int feat; member 347 void tmu012_init(MemoryRegion *sysmem, hwaddr base, int feat, uint32_t freq, in tmu012_init()
|
/qemu/bsd-user/arm/ |
H A D | target_arch_elf.h | 37 #define GET_FEATURE(feat, hwcap) \ argument 40 #define GET_FEATURE_ID(feat, hwcap) \ argument
|
/qemu/tests/qtest/fuzz/ |
H A D | virtio_scsi_fuzz.c | 40 uint64_t feat; in qvirtio_scsi_init() local
|
/qemu/bsd-user/aarch64/ |
H A D | target_arch_elf.h | 93 #define GET_FEATURE_ID(feat, hwcap) \ argument
|
/qemu/hw/char/ |
H A D | sh_serial.c | 66 uint8_t feat; member
|
/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 308 const RISCVCPUMultiExtConfig *feat; in cpu_cfg_ext_get_name() local 328 const RISCVCPUMultiExtConfig *feat; in cpu_cfg_offset_is_named_feat() local
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-pci.c | 205 uint64_t feat; in qvirtio_pci_virtqueue_setup_common() local
|
/qemu/linux-headers/linux/ |
H A D | userfaultfd.h | 121 } feat; member
|
/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 448 __u64 feat[16]; member 488 __u64 feat; member
|
/qemu/linux-user/ |
H A D | elfload.c | 525 #define GET_FEATURE(feat, hwcap) \ in get_elf_hwcap() argument 528 #define GET_FEATURE_ID(feat, hwcap) \ in get_elf_hwcap() argument 806 #define GET_FEATURE_ID(feat, hwcap) \ argument
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 1419 int feat; in kvm_hyperv_expand_features() local
|
/qemu/target/i386/ |
H A D | cpu.h | 2800 static inline bool hyperv_feat_enabled(X86CPU *cpu, int feat) in hyperv_feat_enabled()
|