/qemu/hw/vfio/ |
H A D | igd.c | 121 static uint64_t igd_stolen_memory_size(int gen, uint32_t gmch) in igd_stolen_memory_size() 414 static bool vfio_pci_igd_override_gms(int gen, uint32_t gms, uint32_t *gmch) in vfio_pci_igd_override_gms() 459 int gen; in vfio_probe_igd_bar0_quirk() local 512 int ret, gen; in vfio_pci_igd_config_quirk() local 683 int gen; in vfio_pci_kvmgt_config_quirk() local
|
/qemu/target/mips/tcg/ |
H A D | meson.build | 1 gen = [ variable
|
/qemu/target/rx/ |
H A D | meson.build | 1 gen = [ variable
|
/qemu/target/hppa/ |
H A D | meson.build | 1 gen = decodetree.process('insns.decode') variable
|
/qemu/target/microblaze/ |
H A D | meson.build | 1 gen = decodetree.process('insns.decode') variable
|
/qemu/target/ppc/ |
H A D | meson.build | 25 gen = [ variable
|
/qemu/target/avr/ |
H A D | meson.build | 1 gen = [ variable
|
/qemu/target/openrisc/ |
H A D | meson.build | 1 gen = decodetree.process('insns.decode') variable
|
/qemu/target/sparc/ |
H A D | meson.build | 1 gen = decodetree.process('insns.decode') variable
|
/qemu/target/loongarch/ |
H A D | meson.build | 1 gen = decodetree.process('insns.decode') variable
|
/qemu/target/riscv/ |
H A D | meson.build | 2 gen = [ variable
|
/qemu/scripts/simplebench/ |
H A D | table_templater.py | 47 def gen(self, column, row): member in Templater
|
/qemu/target/s390x/ |
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() 135 void s390_cpudef_group_featoff_greater(uint8_t gen, uint8_t ec_ga, in s390_cpudef_group_featoff_greater() 288 const S390CPUDef *s390_find_cpu_def(uint16_t type, uint8_t gen, uint8_t ec_ga, in s390_find_cpu_def() 825 void s390_set_qemu_cpu_model(uint16_t type, uint8_t gen, uint8_t ec_ga, in s390_set_qemu_cpu_model()
|
H A D | cpu_models.h | 24 uint8_t gen; /* hw generation identification */ member
|
/qemu/hw/pci-host/ |
H A D | pnv_phb3_msi.c | 65 static void phb3_msi_set_p(Phb3MsiState *msi, int srcno, uint8_t gen) in phb3_msi_set_p() 103 uint64_t server, prio, pq, gen; in phb3_msi_try_send() local
|
/qemu/tcg/ |
H A D | tcg-op-ldst.c | 864 gen_atomic_cx_i32 gen; in tcg_gen_atomic_cmpxchg_i32_int() local 952 gen_atomic_cx_i64 gen; in tcg_gen_atomic_cmpxchg_i64_int() local 1070 gen_atomic_cx_i128 gen; in tcg_gen_atomic_cmpxchg_i128_int() local 1129 gen_atomic_op_i32 gen; in do_atomic_op_i32() local 1173 gen_atomic_op_i64 gen = table[memop & (MO_SIZE | MO_BSWAP)]; in do_atomic_op_i64() local
|
/qemu/tests/tcg/i386/ |
H A D | test-mmx.py | 168 def gen(self): member in InsnGenerator
|
H A D | test-avx.py | 248 def gen(self): member in InsnGenerator
|
/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 72 arg_type, ret_type, gen, success_response, boxed, argument
|
/qemu/hw/net/ |
H A D | vmxnet3.h | 236 u32 gen:1; /* generation bit */ member 322 u32 gen:1; /* generation bit */ member 340 u32 gen:1; /* Generation bit */ member 414 u32 gen:1; /* generation bit */ member 771 #define VMXNET3_FLIP_RING_GEN(gen) ((gen) = (gen) ^ 0x1) argument
|
H A D | vmxnet3_defs.h | 38 uint8_t gen; member
|
/qemu/docs/sphinx/ |
H A D | qapidoc_legacy.py | 321 ret_type, gen, success_response, boxed, allow_oob, argument
|
/qemu/hw/usb/ |
H A D | ccid-card-emulated.c | 101 } gen; member
|
/qemu/target/i386/tcg/ |
H A D | decode-new.h | 280 X86GenFunc gen; member
|
/qemu/target/tricore/ |
H A D | op_helper.c | 2310 static uint32_t crc_div(uint32_t crc_in, uint32_t data, uint32_t gen, in crc_div() 2339 uint32_t gen = extract32(arg0, 16, n); in helper_crcn() local
|