Searched refs:cycle (Results 1 – 25 of 29) sorted by relevance
12
/qemu/tests/qapi-schema/ |
H A D | include-cycle.err | 1 In file included from include-cycle.json:1: 2 In file included from include-cycle-b.json:1: 3 include-cycle-c.json:1: inclusion loop for include-cycle.json
|
H A D | include-self-cycle.err | 1 include-self-cycle.json:1: inclusion loop for include-self-cycle.json
|
H A D | base-cycle-indirect.err | 1 base-cycle-indirect.json: In struct 'Base1': 2 base-cycle-indirect.json:2: object Base1 contains itself
|
H A D | base-cycle-direct.err | 1 base-cycle-direct.json: In struct 'Loopy': 2 base-cycle-direct.json:2: object Loopy contains itself
|
H A D | include-cycle-c.json | 1 { 'include': 'include-cycle.json' }
|
H A D | include-self-cycle.json | 1 { 'include': 'include-self-cycle.json' }
|
H A D | include-cycle.json | 1 { 'include': 'include-cycle-b.json' }
|
H A D | include-cycle-b.json | 1 { 'include': 'include-cycle-c.json' }
|
H A D | meson.build | 53 'base-cycle-direct.json', 54 'base-cycle-indirect.json', 121 'include-cycle.json', 127 'include-self-cycle.json',
|
/qemu/hw/riscv/ |
H A D | riscv-iommu-hpm.c | 35 const uint64_t cycle = riscv_iommu_reg_get64( in riscv_iommu_hpmcycle_read() local 42 trace_riscv_iommu_hpm_read(cycle, inhibit, ctr_prev, ctr_val); in riscv_iommu_hpmcycle_read() 51 (cycle & RISCV_IOMMU_IOHPMCYCLES_OVF); in riscv_iommu_hpmcycle_read() 55 (cycle & RISCV_IOMMU_IOHPMCYCLES_OVF); in riscv_iommu_hpmcycle_read()
|
H A D | trace-events | 22 riscv_iommu_hpm_read(uint64_t cycle, uint32_t inhibit, uint64_t ctr_prev, uint64_t ctr_val) "cycle …
|
/qemu/tests/tcg/riscv64/ |
H A D | issue1060.S | 14 csrw cycle, x0
|
/qemu/docs/system/devices/ |
H A D | virtio-snd.rst | 25 …eam, an optional second will always be a capture stream. Adding more will cycle stream directions …
|
H A D | usb.rst | 388 the device not responding any more until you power-cycle (aka un-plug
|
/qemu/accel/tcg/ |
H A D | atomic_common.c.inc | 73 /* Even with comparison failure, still need a write cycle. */
|
/qemu/docs/devel/ |
H A D | qom.rst | 303 can be found at :ref:`device-life-cycle`. 433 .. _device-life-cycle: 435 Device Life-cycle
|
H A D | tcg-icount.rst | 12 with cycle accurate emulation - QEMU does not attempt to emulate how
|
H A D | tcg-plugins.rst | 49 Plugin life cycle
|
H A D | multi-thread-tcg.rst | 80 We need to protect the entire code generation cycle including any post
|
H A D | clocks.rst | 60 cycle.
|
/qemu/tests/qemu-iotests/ |
H A D | 085.out | 233 …ss": "GenericError", "desc": "Making 'snap_14' a backing child of 'snap_14' would create a cycle"}} 245 …ss": "GenericError", "desc": "Making 'snap_15' a backing child of 'snap_14' would create a cycle"}}
|
/qemu/pc-bios/dtb/ |
H A D | bamboo.dts | 165 0 0xeed00000 4 /* Special cycle */
|
/qemu/hw/arm/ |
H A D | omap1.c | 3486 int cycle; member 3493 if (s->cycle) in omap_lpg_tick() 3498 s->cycle = !s->cycle; in omap_lpg_tick() 3499 trace_omap1_lpg_led(s->cycle ? "on" : "off"); in omap_lpg_tick() 3524 s->cycle = 0; in omap_lpg_update()
|
/qemu/scripts/ |
H A D | decodetree.py | 529 cycle = ' => '.join(e.args[1]) 530 error(self.lineno, 'field definitions form a cycle: ' + cycle)
|
/qemu/qga/ |
H A D | qapi-schema.json | 604 # able to awaken, forcing the user to power cycle the guest to bring 640 # able to awaken, forcing the user to power cycle the guest to bring
|
12