Home
last modified time | relevance | path

Searched refs:ops (Results 126 – 150 of 327) sorted by relevance

12345678910>>...14

/qemu/tests/qemu-iotests/tests/
H A Diothreads-stream.out3 10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
6 10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A Dqemu-img-bitmaps.out7 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
14 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
16 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
/qemu/tests/qemu-iotests/
H A D123.out5 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D005.out8 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D107.out7 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
9 63.992 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D223.out7 2 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
23 2 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
119 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
121 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
123 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
125 2 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
241 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
243 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
245 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]
H A D270.out4 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7 2 GiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D053.out6 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
16 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D074.out5 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D313.out10 7.961 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 7.961 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D288.out15 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D102.out7 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D117.out18 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D140.out4 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D138.out7 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D294.out7 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
29 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D004.out6 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
/qemu/gdbstub/
H A Dsystem.c633 const AccelOpsClass *ops = cpus_get_accel(); in gdb_supports_guest_debug() local
634 if (ops->supports_guest_debug) { in gdb_supports_guest_debug()
635 return ops->supports_guest_debug(); in gdb_supports_guest_debug()
642 const AccelOpsClass *ops = cpus_get_accel(); in gdb_breakpoint_insert() local
643 if (ops->insert_breakpoint) { in gdb_breakpoint_insert()
644 return ops->insert_breakpoint(cs, type, addr, len); in gdb_breakpoint_insert()
651 const AccelOpsClass *ops = cpus_get_accel(); in gdb_breakpoint_remove() local
652 if (ops->remove_breakpoint) { in gdb_breakpoint_remove()
660 const AccelOpsClass *ops = cpus_get_accel(); in gdb_breakpoint_remove_all() local
661 if (ops->remove_all_breakpoints) { in gdb_breakpoint_remove_all()
[all …]
/qemu/accel/hvf/
H A Dhvf-accel-ops.c576 AccelOpsClass *ops = ACCEL_OPS_CLASS(oc); in hvf_accel_ops_class_init() local
578 ops->create_vcpu_thread = hvf_start_vcpu_thread; in hvf_accel_ops_class_init()
579 ops->kick_vcpu_thread = hvf_kick_vcpu_thread; in hvf_accel_ops_class_init()
581 ops->synchronize_post_reset = hvf_cpu_synchronize_post_reset; in hvf_accel_ops_class_init()
582 ops->synchronize_post_init = hvf_cpu_synchronize_post_init; in hvf_accel_ops_class_init()
583 ops->synchronize_state = hvf_cpu_synchronize_state; in hvf_accel_ops_class_init()
586 ops->insert_breakpoint = hvf_insert_breakpoint; in hvf_accel_ops_class_init()
587 ops->remove_breakpoint = hvf_remove_breakpoint; in hvf_accel_ops_class_init()
588 ops->remove_all_breakpoints = hvf_remove_all_breakpoints; in hvf_accel_ops_class_init()
589 ops->update_guest_debug = hvf_update_guest_debug; in hvf_accel_ops_class_init()
[all …]
/qemu/tests/fp/
H A Dmeson.build95 'add': 'ops',
96 'sub': 'ops',
97 'mul': 'ops',
98 'div': 'ops',
99 'rem': 'ops',
100 'sqrt': 'ops'
127 suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'], timeout: 180)
143 suite: ['softfloat', 'softfloat-ops'])
/qemu/hw/usb/
H A Dchipidea.c103 const struct MemoryRegionOps *ops; in chipidea_init() member
112 .ops = &chipidea_ops, in chipidea_init()
121 .ops = &chipidea_ops, in chipidea_init()
130 .ops = &chipidea_dc_ops, in chipidea_init()
136 regions[i].ops, in chipidea_init()
/qemu/audio/
H A Dwavcapture.c118 struct audio_capture_ops ops; in wav_start_capture() local
141 ops.notify = wav_notify; in wav_start_capture()
142 ops.capture = wav_capture; in wav_start_capture()
143 ops.destroy = wav_destroy; in wav_start_capture()
173 cap = AUD_add_capture(state, &as, &ops, wav); in wav_start_capture()
181 s->ops = wav_capture_ops; in wav_start_capture()
/qemu/accel/tcg/
H A Dmeson.build32 'tcg-accel-ops.c',
33 'tcg-accel-ops-mttcg.c',
34 'tcg-accel-ops-icount.c',
35 'tcg-accel-ops-rr.c',
/qemu/hw/core/
H A Dregister.c242 const MemoryRegionOps *ops, in register_init_block() argument
273 memory_region_init_io(&r_array->mem, OBJECT(owner), ops, r_array, in register_init_block()
283 const MemoryRegionOps *ops, in register_init_block8() argument
288 data, ops, debug_enabled, memory_size, 8); in register_init_block8()
295 const MemoryRegionOps *ops, in register_init_block32() argument
300 data, ops, debug_enabled, memory_size, 32); in register_init_block32()
307 const MemoryRegionOps *ops, in register_init_block64() argument
312 data, ops, debug_enabled, memory_size, 64); in register_init_block64()
/qemu/hw/9pfs/
H A Dcoxattr.c37 err = s->ops->llistxattr(&s->ctx, path, value, size); in v9fs_co_llistxattr()
59 err = s->ops->lgetxattr(&s->ctx, path, in v9fs_co_lgetxattr()
83 err = s->ops->lsetxattr(&s->ctx, path, in v9fs_co_lsetxattr()
106 err = s->ops->lremovexattr(&s->ctx, path, xattr_name->data); in v9fs_co_lremovexattr()

12345678910>>...14