Home
last modified time | relevance | path

Searched refs:life (Results 1 – 8 of 8) sorted by relevance

/qemu/qapi/
H A Dcxl.json171 # @life-used: Percentage (0-100) of factory expected life span.
190 'life-used': 'uint8', 'temperature' : 'int16',
/qemu/tcg/
H A Dtcg.c2834 if (have_prefs || op->life) { in tcg_dump_ops()
2840 if (op->life) { in tcg_dump_ops()
2841 unsigned life = op->life; in tcg_dump_ops() local
2843 if (life & (SYNC_ARG * 3)) { in tcg_dump_ops()
2851 life /= DEAD_ARG; in tcg_dump_ops()
2852 if (life) { in tcg_dump_ops()
2854 for (i = 0; life; ++i, life >>= 1) { in tcg_dump_ops()
2855 if (life & 1) { in tcg_dump_ops()
3933 op->life = arg_life; in liveness_pass_1()
3971 TCGLifeData arg_life = op->life; in liveness_pass_2()
[all …]
/qemu/docs/devel/
H A Dqom.rst303 can be found at :ref:`device-life-cycle`.
433 .. _device-life-cycle:
H A Dacpi-bits.rst33 for developing biosbits and its real life uses can be found in [#a]_ and [#b]_.
H A Dtcg-plugins.rst81 Plugin life cycle
H A Dstyle.rst618 live beyond the life of the function, that value must be saved
H A Dtesting.rst494 For enterprise distros that default to old, end-of-life versions of the
/qemu/include/tcg/
H A Dtcg.h450 TCGLifeData life; member