Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 29) sorted by relevance

12

/qemu/tests/qapi-schema/
H A Dinclude-cycle.err1 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 Dinclude-self-cycle.err1 include-self-cycle.json:1: inclusion loop for include-self-cycle.json
H A Dbase-cycle-indirect.err1 base-cycle-indirect.json: In struct 'Base1':
2 base-cycle-indirect.json:2: object Base1 contains itself
H A Dbase-cycle-direct.err1 base-cycle-direct.json: In struct 'Loopy':
2 base-cycle-direct.json:2: object Loopy contains itself
H A Dinclude-cycle-c.json1 { 'include': 'include-cycle.json' }
H A Dinclude-self-cycle.json1 { 'include': 'include-self-cycle.json' }
H A Dinclude-cycle.json1 { 'include': 'include-cycle-b.json' }
H A Dinclude-cycle-b.json1 { 'include': 'include-cycle-c.json' }
H A Dmeson.build53 'base-cycle-direct.json',
54 'base-cycle-indirect.json',
121 'include-cycle.json',
127 'include-self-cycle.json',
/qemu/hw/riscv/
H A Driscv-iommu-hpm.c35 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 Dtrace-events22 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 Dissue1060.S14 csrw cycle, x0
/qemu/docs/system/devices/
H A Dvirtio-snd.rst25 …eam, an optional second will always be a capture stream. Adding more will cycle stream directions …
H A Dusb.rst388 the device not responding any more until you power-cycle (aka un-plug
/qemu/accel/tcg/
H A Datomic_common.c.inc73 /* Even with comparison failure, still need a write cycle. */
/qemu/docs/devel/
H A Dqom.rst303 can be found at :ref:`device-life-cycle`.
433 .. _device-life-cycle:
435 Device Life-cycle
H A Dtcg-icount.rst12 with cycle accurate emulation - QEMU does not attempt to emulate how
H A Dtcg-plugins.rst49 Plugin life cycle
H A Dmulti-thread-tcg.rst80 We need to protect the entire code generation cycle including any post
H A Dclocks.rst60 cycle.
/qemu/tests/qemu-iotests/
H A D085.out233 …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 Dbamboo.dts165 0 0xeed00000 4 /* Special cycle */
/qemu/hw/arm/
H A Domap1.c3486 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 Ddecodetree.py529 cycle = ' => '.join(e.args[1])
530 error(self.lineno, 'field definitions form a cycle: ' + cycle)
/qemu/qga/
H A Dqapi-schema.json604 # 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