Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 46) sorted by relevance

12

/qemu/docs/devel/
H A Dcontrol-flow-integrity.rst63 * Just-in-time compiled code: since such code is created at runtime, the jump
72 runtime to speed-up interpretation, quite similarly to a JIT compiler
82 at runtime.
95 * TCG creates binary blobs at runtime, with the transformed code.
96 * A TB is a blob of binary code, created at runtime and called with an
98 * the CFI runtime has no way to verify its signature and would fail.
/qemu/accel/tcg/
H A Dmeson.build9 'tcg-runtime-gvec.c',
10 'tcg-runtime.c',
/qemu/docs/about/
H A Dbuild-platforms.rst92 Python runtime
94 of the Python runtime. While QEMU will initially aim to support the
95 distribution's default runtime, it may later increase its minimum version
99 version of the Python runtime.
105 are only packaged by distributions for the default Python runtime.
106 If QEMU bumps its minimum Python version and a non-default runtime is
/qemu/docs/tools/
H A Dqemu-pr-helper.rst64 is created in the system runtime state directory, for example
70 the system runtime state directory, for example
H A Dqemu-trace-stap.rst16 It is required to have the SystemTap runtime environment installed to use
/qemu/tests/tsan/
H A Dsuppressions.tsan1 # This is the set of runtime suppressions of TSan warnings.
/qemu/qapi/
H A Dstats.json183 # Return runtime-collected statistics for objects such as the VM or
257 # Return the schema for all available runtime-collected statistics.
261 # Note: runtime-collected statistics and their names fall outside
H A Dqdev.json23 # Note: objects can create properties at runtime, for example to
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c602 if (cci->bg.runtime > 0) { in cmd_infostat_bg_op_sts()
999 cci->bg.runtime = secs * 1000UL; in cmd_sanitize_overwrite()
1331 cci->bg.runtime > 0) { in cxl_process_cci_message()
1379 uint64_t total_time = cci->bg.starttime + cci->bg.runtime; in bg_timercb()
1381 assert(cci->bg.runtime > 0); in bg_timercb()
1417 cci->bg.runtime = 0; in bg_timercb()
1445 cci->bg.runtime = 0; in cxl_init_cci()
/qemu/include/hw/loongarch/
H A Dboot.h70 uint64_t *runtime; member
/qemu/audio/
H A Dpaaudio.c832 char *runtime; in qpa_audio_init() local
835 runtime = getenv("XDG_RUNTIME_DIR"); in qpa_audio_init()
836 if (!runtime) { in qpa_audio_init()
840 snprintf(pidfile, sizeof(pidfile), "%s/pulse/pid", runtime); in qpa_audio_init()
/qemu/tcg/tci/
H A DREADME115 in the interpreter. These opcodes raise a runtime exception, so it is
118 * It might be useful to have a runtime option which selects the native TCG
/qemu/include/hw/cxl/
H A Dcxl_device.h181 uint64_t runtime; member
400 return !!cci->bg.runtime && cci->bg.opcode == 0x4400; in sanitize_running()
/qemu/docs/system/
H A Dmanaged-startup.rst18 additionally configure the machine (by hotplugging devices) in runtime before
/qemu/tests/docker/dockerfiles/
H A Dopensuse-leap.docker30 gettext-runtime \
/qemu/docs/system/ppc/
H A Dpowernv.rst11 runtime services. Power Systems have a lower firmware (HostBoot) that
47 includes the runtime services ``skiboot`` and the bootloader kernel and
/qemu/docs/system/arm/
H A Dsbsa.rst50 platform would have other mechanisms to discover at runtime, that are affected
H A Dmps2.rst55 - AN536 does not support runtime control of CPU reset and halt via
/qemu/target/hexagon/
H A DREADME208 runtime information for each thread and contains stuff like the GPR and
255 The data structures are divided between the runtime state and the translation
268 During runtime, the following fields in CPUHexagonState (see cpu.h) are used
/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst23 RTAS stands for Run-Time Abstraction Sercies and is a set of runtime services
/qemu/hw/loongarch/
H A Dboot.c140 systab->runtime = 0; in init_systab()
/qemu/tests/qemu-iotests/
H A D039.out78 == Changing lazy_refcounts setting at runtime ==
/qemu/python/
H A DREADME.rst28 packages for testing this package. They are not runtime requirements,
/qemu/pc-bios/
H A DREADME65 supported platforms, OpenSBI provides several runtime firmware examples.
/qemu/include/hw/
H A Delf_ops.h.inc445 * and zero-initialization of data is done at runtime. This
446 * means that the memsz header represents the runtime size of the

12