Home
last modified time | relevance | path

Searched full:emulate (Results 1 – 25 of 269) sorted by relevance

1234567891011

/openbmc/qemu/docs/system/
H A Dtarget-s390x.rst6 QEMU can emulate z/Architecture (in particular, 64 bit) s390x systems
11 When using KVM as accelerator, QEMU can emulate CPUs up to the generation
13 QEMU will emulate a subset of z13 cpu features that should be enough to run
19 QEMU will not emulate most of the traditional devices found under LPAR or
H A Dtarget-loongarch.rst6 QEMU can emulate loongArch 64 bit systems via the
10 When using KVM as accelerator, QEMU can emulate la464 cpu model. And when
11 using the default cpu model with TCG as accelerator, QEMU will emulate a
H A Dtarget-openrisc.rst6 QEMU can emulate 32-bit OpenRISC CPUs using the ``qemu-system-or1k`` executable.
37 different kernel which boots on a system that QEMU does emulate.)
H A Dtarget-riscv.rst6 QEMU can emulate both 32-bit and 64-bit RISC-V CPUs. Use the
42 boots on a system that QEMU does emulate.)
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/
H A DREADME.md14 - simPress - To emulate physical power button press.
15 - simLongPress - To emulate physical power button long press.
30 - simPress - To emulate ID button press.
44 - simPress - To emulate reset button press.
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c157 /* Emulate the instruction in the opcode. */
197 /* Emulate conversion opcodes. */ in EmulateAll()
198 /* Emulate register transfer opcodes. */ in EmulateAll()
199 /* Emulate comparison opcodes. */ in EmulateAll()
205 /* Emulate monadic arithmetic opcodes. */ in EmulateAll()
206 /* Emulate dyadic arithmetic opcodes. */ in EmulateAll()
212 /* Emulate load/store opcodes. */ in EmulateAll()
213 /* Emulate load/store multiple opcodes. */ in EmulateAll()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/
H A DButton.interface.yaml9 Emulate button press.
15 Emulate button release.
21 Emulate long button press.
H A DPower.interface.yaml6 Emulate power button press.
12 Emulate power button long press.
H A DID.interface.yaml9 Emulate ID button press.
H A DReset.interface.yaml6 Emulate reset button press.
H A DNMI.interface.yaml10 Emulate NMI button press.
/openbmc/qemu/hw/audio/
H A Dac97.h54 AC97_Sigmatel_Analog = 0x6c, /* We emulate a Sigmatel codec */
55 AC97_Sigmatel_Dac2Invert = 0x6e, /* We emulate a Sigmatel codec */
/openbmc/qemu/docs/user/
H A Dmain.rst40 QEMU relies on the host kernel to emulate most signal system calls,
41 for example to emulate the signal mask. On Linux, QEMU supports both
47 On Linux, QEMU can emulate the ``clone`` syscall and create a real
55 While QEMU does its best to emulate atomic operations properly
59 QEMU was conceived so that ultimately it can emulate itself. Although it
/openbmc/u-boot/drivers/mtd/ubi/
H A Ddebug.h72 * ubi_dbg_is_bitflip - if it is time to emulate a bit-flip.
85 * ubi_dbg_is_write_failure - if it is time to emulate a write failure.
99 * ubi_dbg_is_erase_failure - if its time to emulate an erase failure.
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Deventreplay.py18 """Emulate a connection to a bitbake server."""
48 """Emulate running a command on the server."""
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c239 bool emulate, alloced; in dm_pci_run_vga_bios() local
273 emulate = false; in dm_pci_run_vga_bios()
280 emulate = true; in dm_pci_run_vga_bios()
284 emulate = true; in dm_pci_run_vga_bios()
291 emulate = false; in dm_pci_run_vga_bios()
295 if (emulate) { in dm_pci_run_vga_bios()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c62 /* find emulate register group entry */
80 /* find emulate register entry */
136 /* emulate byte register */ in xen_pt_byte_reg_read()
149 /* emulate word register */ in xen_pt_word_reg_read()
162 /* emulate long register */ in xen_pt_long_reg_read()
180 /* modify emulate register */ in xen_pt_byte_reg_write()
199 /* modify emulate register */ in xen_pt_word_reg_write()
218 /* modify emulate register */ in xen_pt_long_reg_write()
323 /* modify emulate register */ in xen_pt_cmd_reg_write()
451 /* set emulate mask depend on BAR flag */ in xen_pt_bar_reg_read()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-video-cirrus_1.6.0.bb5 devices are not so common in the wild anymore, but QEMU can emulate one, so \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/
H A DREADME.md7 property names here should not be used as a patterns to emulate elsewhere in the
/openbmc/u-boot/drivers/mmc/
H A Dsandbox_mmc.c20 * sandbox_mmc_send_cmd() - Emulate SD commands
22 * This emulate an SD card version 2. Single-block reads result in zero data.
/openbmc/u-boot/drivers/bios_emulator/
H A Dbesys.c43 * BIOS in u-boot. Removed some emulate functions such as the
245 /* For Non-Intel machines we may need to emulate some I/O port accesses that
264 PowerPC systems), we emulate the VGA so that the BIOS will still be able to
277 to emulate that functionality in here. */ in VGA_inpb()
340 we only emulate timer 0 which is the only timer that the BIOS code appears
350 to emulate that functionality in here. */ in VGA_outpb()
498 We emulate this using our PCI_accessReg function which will access the PCI
567 that we need to emulate in here, and fall through to reflecting the write
613 that we need to emulate in here, and fall through to reflecting the write
646 that we need to emulate in here, and fall through to reflecting the write
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dx86_task.c17 #include "emulate/x86.h"
20 #include "emulate/x86_decode.h"
21 #include "emulate/x86_emu.h"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-mlcommons-loadgen/
H A Dpython3-mlcommons-loadgen_5.0.15.bb5 in the MLCommons working group, to emulate the workloads seen in \
/openbmc/u-boot/drivers/w1/
H A DKconfig21 Emulate a 1-wire bus using a GPIO.
/openbmc/qemu/target/ppc/
H A Dcpu-param.h15 * cpus we emulate at the system level.

1234567891011