/qemu/include/qemu/ |
H A D | module.h | 28 #define module_init(function, type) \ argument 35 #define module_init(function, type) \ argument 54 #define block_init(function) module_init(function, MODULE_INIT_BLOCK) argument 55 #define opts_init(function) module_init(function, MODULE_INIT_OPTS) argument 56 #define type_init(function) module_init(function, MODULE_INIT_QOM) argument 57 #define trace_init(function) module_init(function, MODULE_INIT_TRACE) argument 58 #define xen_backend_init(function) module_init(function, \ argument 60 #define libqos_init(function) module_init(function, MODULE_INIT_LIBQOS) argument 61 #define fuzz_target_init(function) module_init(function, \ argument 63 #define migration_init(function) module_init(function, MODULE_INIT_MIGRATION) argument
|
/qemu/hw/misc/ |
H A D | mps2-scc.c | 111 static bool scc_cfg_write(MPS2SCC *s, unsigned function, in scc_cfg_write() 131 static bool scc_cfg_read(MPS2SCC *s, unsigned function, in scc_cfg_read() 318 int function = extract32(s->cfgctrl, R_CFGCTRL_FUNCTION_SHIFT, in mps2_scc_write() local
|
H A D | arm_sysctl.c | 258 unsigned int function, unsigned int site, in vexpress_cfgctrl_read() 319 unsigned int function, unsigned int site, in vexpress_cfgctrl_write() 526 unsigned int function = extract32(s->sys_cfgctrl, 20, 6); in arm_sysctl_write() local
|
/qemu/hw/xen/ |
H A D | xen_pt_load_rom.c | 19 unsigned int function) in pci_assign_dev_load_option_rom()
|
/qemu/hw/acpi/ |
H A D | tpm.c | 109 Aml *function, *arguments, *rev, *op, *op_arg, *op_flags, *uuid; in tpm_build_ppi_acpi() local
|
H A D | cxl.c | 39 Aml *function, *uuid; in build_cxl_dsm_method() local
|
H A D | nvdimm.c | 423 uint32_t function; member 935 Aml *method, *ifctx, *function, *handle, *uuid, *dsm_mem, *elsectx2; in nvdimm_build_common_dsm() local
|
/qemu/tests/tcg/multiarch/ |
H A D | test-plugin-mem-access.c | 27 #define PRINT_EXPECTED(function, type, value, action) \ argument
|
/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 614 void qos_node_create_machine(const char *name, QOSCreateMachineFunc function) in qos_node_create_machine() 620 QOSCreateMachineFunc function, in qos_node_create_machine_args() 629 void qos_node_create_driver(const char *name, QOSCreateDriverFunc function) in qos_node_create_driver() 637 QOSCreateDriverFunc function) in qos_node_create_driver_named()
|
H A D | qgraph_internal.h | 69 QOSTestFunc function; member
|
/qemu/target/mips/tcg/ |
H A D | op_helper.c | 232 void helper_pmon(CPUMIPSState *env, int function) in helper_pmon()
|
H A D | msa_translate.c | 605 #define NULL_IF_MIPS32(function) function argument 607 #define NULL_IF_MIPS32(function) NULL argument
|
/qemu/include/hw/xen/ |
H A D | xen_native.h | 174 uint16_t segment, uint8_t bus, uint8_t device, uint8_t function) in xendevicemodel_map_pcidev_to_ioreq_server() 182 uint16_t segment, uint8_t bus, uint8_t device, uint8_t function) in xendevicemodel_unmap_pcidev_from_ioreq_server()
|
/qemu/include/hw/uefi/ |
H A D | var-service-edk2.h | 81 uint64_t function; member
|
/qemu/target/ppc/ |
H A D | kvm_ppc.h | 332 const char *function) in kvmppc_define_rtas_kernel_token()
|
H A D | kvm.c | 2682 int kvmppc_define_rtas_kernel_token(uint32_t token, const char *function) in kvmppc_define_rtas_kernel_token()
|
/qemu/hw/usb/ |
H A D | dev-uas.c | 91 uint8_t function; member
|
/qemu/target/i386/kvm/ |
H A D | tdx.c | 528 static struct kvm_cpuid_entry2 *find_in_supported_entry(uint32_t function, in find_in_supported_entry()
|
H A D | kvm.c | 420 uint32_t function, in cpuid_find_entry() argument 434 uint32_t kvm_arch_get_supported_cpuid(KVMState *s, uint32_t function, in kvm_arch_get_supported_cpuid() argument 1614 uint32_t function; hyperv_fill_cpuids() local [all...] |
/qemu/include/hw/pci/ |
H A D | pci.h | 134 unsigned int function; member
|
/qemu/migration/ |
H A D | savevm.c | 2888 MigrationLoadThread function; member 2919 void qemu_loadvm_start_load_thread(MigrationLoadThread function, in qemu_loadvm_start_load_thread() argument
|
/qemu/tests/unit/ |
H A D | test-vmstate.c | 1079 GTraverseFunc function) in compare_trees()
|
/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 229 __u32 function; member 245 __u32 function; member
|
/qemu/target/i386/ |
H A D | cpu.c | 2000 void host_cpuid(uint32_t function, uint32_t count, in host_cpuid()
|