Home
last modified time | relevance | path

Searched full:system (Results 201 – 225 of 2154) sorted by relevance

12345678910>>...87

/qemu/hw/core/
H A Dmachine-qmp-cmds.c24 #include "system/hostmem.h"
25 #include "system/hw_accel.h"
26 #include "system/numa.h"
27 #include "system/runstate.h"
28 #include "system/system.h"
/qemu/hw/timer/
H A Dcmsdk-apb-timer.c13 * System Design Kit (CMSDK) and documented in the Cortex-M System
15 * https://developer.arm.com/products/system-design/system-design-kits/cortex-m-system-design-kit
/qemu/hw/tpm/
H A Dtpm_crb.c21 #include "system/address-spaces.h"
26 #include "system/tpm_backend.h"
27 #include "system/tpm_util.h"
28 #include "system/reset.h"
29 #include "system/xen.h"
/qemu/hw/ppc/
H A Dprep_systemio.c2 * QEMU PReP System I/O emulation
31 #include "system/address-spaces.h"
35 #include "system/runstate.h"
155 /* PORT 081C -- System Control Register (Read/Write) */
182 /* System Board Identification */
H A Dpnv_pnor.c14 #include "system/block-backend.h"
15 #include "system/blockdev.h"
19 #include "hw/qdev-properties-system.h"
H A Dsam460ex.c20 #include "system/kvm.h"
22 #include "system/device_tree.h"
23 #include "system/block-backend.h"
27 #include "system/memory.h"
31 #include "system/system.h"
32 #include "system/reset.h"
367 /* System DCRs */ in sam460ex_init()
/qemu/system/
H A Drunstate-action.c10 #include "system/runstate-action.h"
11 #include "system/watchdog.h"
H A Drunstate.c2 * QEMU main system emulation loop
54 #include "system/cpus.h"
55 #include "system/qtest.h"
56 #include "system/replay.h"
57 #include "system/reset.h"
58 #include "system/runstate.h"
59 #include "system/runstate-action.h"
60 #include "system/system.h"
61 #include "system/tpm.h"
H A Dcpus.c2 * QEMU System Emulator
34 #include "system/accel-ops.h"
35 #include "system/hw_accel.h"
40 #include "system/cpus.h"
43 #include "system/replay.h"
44 #include "system/runstate.h"
45 #include "system/cpu-timers.h"
46 #include "system/whpx.h"
420 /* system init */
H A Darch_init.c2 * QEMU System Emulator
25 #include "system/arch_init.h"
/qemu/replay/
H A Dreplay-random.c4 * Copyright (c) 2010-2020 Institute for System Programming
14 #include "system/replay.h"
H A Dreplay-time.c4 * Copyright (c) 2010-2015 Institute for System Programming
13 #include "system/replay.h"
/qemu/hw/loongarch/
H A Dfw_cfg.c12 #include "system/system.h"
/qemu/bsd-user/riscv/
H A Dtarget_syscall.h2 * RISC-V system call definitions
25 * during a system call.
/qemu/semihosting/
H A Dstubs-system.c2 * Semihosting Stubs for system emulation
6 * Stubs for system targets that don't actually do semihosting.
/qemu/target/i386/
H A Dmeson.build22 'cpu-system.c',
25 if_false: files('sev-system-stub.c'))
/qemu/docs/system/
H A Dtarget-i386.rst1 .. _QEMU-PC-System-emulator:
3 x86 System emulator
/qemu/hw/arm/
H A Darmv7m.c2 * ARMV7M System emulation.
19 #include "system/reset.h"
384 * "System PPB" space. This is the range from 0xe0000000 to 0xe00fffff in armv7m_realize()
385 * and includes the NVIC, the System Control Space (system registers), in armv7m_realize()
394 * The NVIC and System Control Space (SCS) starts at 0xe000e000 in armv7m_realize()
415 * use attrs.secure; code determining actual behaviour of the system in armv7m_realize()
421 * - system register regions (provided by the NVIC) : 0 in armv7m_realize()
424 * in the middle of the other system control registers. in armv7m_realize()
622 /* CPU objects (unlike devices) are not automatically reset on system in armv7m_load_kernel()
/qemu/hw/misc/
H A Dallwinner-h3-sysctrl.c2 * Allwinner H3 System Control emulation
28 /* System Control register offsets */
36 /* System Control register reset values */
/qemu/tests/qemu-iotests/
H A D21636 # to sneak its write by the usual permission system and holds its
40 # proper write request that will make the permission system cough --
72 # system.))
/qemu/common-user/host/i386/
H A Dsafe-syscall.inc.S3 * to handle signals occurring at the same time as system calls.
18 /* This is the entry point for making a system call. The calling
21 * second one the system call number (as a 'long'), and all further
/qemu/hw/usb/
H A Ddev-storage-classic.c16 #include "system/system.h"
17 #include "system/block-backend.h"
/qemu/tests/functional/qemu_test/
H A Dtuxruntest.py70 Setup to run and add the common parameters to the system
99 Wait for the system to boot up, wait for the login prompt and
123 haltmsg="reboot: System halted",
/qemu/include/hw/timer/
H A Dsse-timer.h2 * Arm SSE Subsystem System Timer
13 * This is a model of the "System timer" which is documented in
/qemu/docs/system/ppc/
H A Dpowermac.rst4 Use the executable ``qemu-system-ppc`` to simulate a complete PowerMac
5 PowerPC system.

12345678910>>...87