Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 73) sorted by relevance

123

/qemu/hw/core/
H A Dregister.c242 const MemoryRegionOps *ops, in register_init_block()
283 const MemoryRegionOps *ops, in register_init_block8()
295 const MemoryRegionOps *ops, in register_init_block32()
307 const MemoryRegionOps *ops, in register_init_block64()
/qemu/hw/net/rocker/
H A Drocker_world.c26 WorldOps *ops; member
50 enum rocker_world_type type, WorldOps *ops) in world_alloc()
/qemu/tests/qtest/libqos/
H A Dlibqos.c15 QOSState *qtest_vboot(QOSOps *ops, const char *cmdline_fmt, va_list ap) in qtest_vboot()
37 QOSState *qtest_boot(QOSOps *ops, const char *cmdline_fmt, ...) in qtest_boot()
H A Dlibqos.h21 QOSOps *ops; member
/qemu/tests/unit/
H A Dtest-visitor-serialization.c289 const SerializeOps *ops; member
296 const SerializeOps *ops = args->ops; in test_primitives() local
357 const SerializeOps *ops = args->ops; in test_primitive_lists() local
574 const SerializeOps *ops = args->ops; in test_struct() local
595 const SerializeOps *ops = args->ops; in test_nested_struct() local
616 const SerializeOps *ops = args->ops; in test_nested_struct_list() local
1024 static void add_visitor_type(const SerializeOps *ops) in add_visitor_type()
/qemu/accel/tcg/
H A Dtcg-accel-ops.c201 static void tcg_accel_ops_init(AccelOpsClass *ops) in tcg_accel_ops_init()
229 AccelOpsClass *ops = ACCEL_OPS_CLASS(oc); in tcg_accel_ops_class_init() local
/qemu/gdbstub/
H A Dsystem.c637 const AccelOpsClass *ops = cpus_get_accel(); in gdb_supports_guest_debug() local
646 const AccelOpsClass *ops = cpus_get_accel(); in gdb_breakpoint_insert() local
655 const AccelOpsClass *ops = cpus_get_accel(); in gdb_breakpoint_remove() local
664 const AccelOpsClass *ops = cpus_get_accel(); in gdb_breakpoint_remove_all() local
/qemu/hw/xen/
H A Dxen-legacy-backend.c155 const struct XenDevOps *ops) in xen_be_get_xendev()
505 const struct XenDevOps *ops; member
542 static int xenstore_scan(const char *type, int dom, const struct XenDevOps *ops) in xenstore_scan()
609 int xen_be_register(const char *type, const struct XenDevOps *ops) in xen_be_register()
/qemu/
H A Dcpu-target.c43 const AccelOpsClass *ops = cpus_get_accel(); in cpu_single_step() local
H A Dreplication.c21 ReplicationState *replication_new(void *opaque, ReplicationOps *ops) in replication_new()
/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c86 AccelOpsClass *ops = ACCEL_OPS_CLASS(oc); in nvmm_accel_ops_class_init() local
/qemu/include/block/
H A Dreplication.h99 ReplicationOps *ops; member
/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c88 AccelOpsClass *ops = ACCEL_OPS_CLASS(oc); in whpx_accel_ops_class_init() local
/qemu/accel/kvm/
H A Dkvm-accel-ops.c95 AccelOpsClass *ops = ACCEL_OPS_CLASS(oc); in kvm_accel_ops_class_init() local
/qemu/accel/qtest/
H A Dqtest.c64 AccelOpsClass *ops = ACCEL_OPS_CLASS(oc); in qtest_accel_ops_class_init() local
/qemu/accel/
H A Daccel-system.c71 AccelOpsClass *ops; in accel_init_ops_interfaces() local
/qemu/target/arm/tcg/
H A Dgengvec.c146 static const GVecGen2i ops[4] = { in gen_gvec_ssra() local
222 static const GVecGen2i ops[4] = { in gen_gvec_usra() local
333 static const GVecGen2i ops[4] = { in gen_gvec_srshr() local
420 static const GVecGen2i ops[4] = { in gen_gvec_srsra() local
527 static const GVecGen2i ops[4] = { in gen_gvec_urshr() local
633 static const GVecGen2i ops[4] = { in gen_gvec_ursra() local
717 const GVecGen2i ops[4] = { in gen_gvec_sri() local
804 const GVecGen2i ops[4] = { in gen_gvec_sli() local
912 static const GVecGen3 ops[4] = { in gen_gvec_mla() local
944 static const GVecGen3 ops[4] = { in gen_gvec_mls() local
[all …]
H A Dgengvec64.c101 static const GVecGen3i ops[4] = { in gen_gvec_xar() local
249 static const GVecGen4 ops[4] = { in gen_gvec_suqadd_qc() local
344 static const GVecGen4 ops[4] = { in gen_gvec_usqadd_qc() local
/qemu/fsdev/
H A Dqemu-fsdev.c36 FileOperations *ops; member
/qemu/hw/usb/
H A Dbus.c84 USBBusOps *ops, DeviceState *host) in usb_bus_new()
320 USBPortOps *ops, int speedmask) in usb_fill_port()
330 USBPortOps *ops, int speedmask) in usb_register_port()
339 void *opaque, USBPortOps *ops, int speedmask, in usb_register_companion()
H A Dchipidea.c103 const struct MemoryRegionOps *ops; in chipidea_init() member
/qemu/include/hw/ide/
H A Dide-dma.h32 const IDEDMAOps *ops; member
/qemu/accel/xen/
H A Dxen-all.c152 AccelOpsClass *ops = ACCEL_OPS_CLASS(oc); in xen_accel_ops_class_init() local
/qemu/hw/intc/
H A Darm_gicv3_its_common.c103 void gicv3_its_init_mmio(GICv3ITSState *s, const MemoryRegionOps *ops, in gicv3_its_init_mmio()
/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.h94 const VhostShadowVirtqueueOps *ops; member

123