Home
last modified time | relevance | path

Searched refs:emulation (Results 1 – 25 of 219) sorted by relevance

123456789

/external/elfutils/libebl/
Deblopenbackend.c68 const char *emulation; member
273 openbackend (Elf *elf, const char *emulation, GElf_Half machine) in openbackend() argument
303 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0) in openbackend()
304 || (emulation == NULL && machines[cnt].em == machine)) in openbackend()
307 result->emulation = machines[cnt].emulation; in openbackend()
351 result->emulation = "<unknown>"; in openbackend()
388 ebl_openbackend_emulation (const char *emulation) in ebl_openbackend_emulation() argument
390 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
Deblbackendname.c41 return ebl != NULL ? ebl->emulation : gettext ("No backend"); in ebl_backend_name()
DlibeblP.h42 const char *emulation; member
/external/u-boot/board/emulation/qemu-x86/
DMAINTAINERS4 F: board/emulation/qemu-x86/
11 F: board/emulation/qemu-x86/
DKconfig7 default "emulation"
/external/python/cpython3/Doc/library/
Dpkgutil.rst65 This emulation is no longer needed, as the standard import mechanism
74 This emulation is no longer needed, as the standard import mechanism
89 on the package internal :pep:`302` import emulation.
106 on the package internal :pep:`302` import emulation.
121 on the package internal :pep:`302` import emulation.
142 on the package internal :pep:`302` import emulation.
163 on the package internal :pep:`302` import emulation.
202 on the package internal :pep:`302` import emulation.
/external/u-boot/drivers/tee/
DKconfig23 TA. The emulation provides all callbacks of a regular TEE and
27 The emulation only supports one open session at a time.
/external/u-boot/doc/board/
Dindex.rst12 emulation/index
/external/u-boot/board/emulation/qemu-arm/
DMAINTAINERS4 F: board/emulation/qemu-arm/
/external/u-boot/arch/arm/mach-qemu/
DKconfig4 default "emulation"
/external/u-boot/board/emulation/qemu-riscv/
DMAINTAINERS4 F: board/emulation/qemu-riscv/
DKconfig7 default "emulation"
/external/u-boot/drivers/usb/emul/
DKconfig2 bool "Support for USB device emulation"
/external/u-boot/doc/arch/
Dsandbox.rst53 U-Boot will start on your computer, showing a sandbox emulation of the serial
76 sandbox with LCD and keyboard emulation, using something like::
100 As mentioned above, -l causes the LCD emulation window to be shown.
118 Memory emulation is supported, with the size set by CONFIG_SYS_SDRAM_SIZE.
127 at 0 and extending to the size of the emulation.
307 Sandbox supports SPI and SPI flash emulation.
315 device - SPI device emulation name
330 Since this is a full SPI emulation (rather than just flash), you can
359 U-Boot can use raw disk images for block device emulation. To e.g. list
/external/u-boot/arch/arm/mach-davinci/include/mach/
Dda8xx-usb.h33 dv_reg emulation; member
/external/u-boot/drivers/usb/musb/
Dam35x.h34 u32 emulation; member
/external/swiftshader/third_party/subzero/pydir/
Dszbuild.py431 emulation = {
438 ).format(ld=ld, emulation=emulation, partial=obj_partial,
/external/u-boot/drivers/smem/
DKconfig10 enable SMEM support for sandbox. This is an emulation of a real SMEM
/external/autotest/client/site_tests/ui_AppLauncher/
Dcontrol.daisy22 This test makes use of keyboard emulation to bring up the launcher.
Dcontrol.link22 This test makes use of keyboard emulation to bring up the launcher.
Dcontrol.peppy22 This test makes use of keyboard emulation to bring up the launcher.
/external/skia/site/dev/chrome/
Drepo.md10 The second command does a minimal "just sync the DEPS" emulation of `gclient
/external/skqp/site/dev/chrome/
Drepo.md10 The second command does a minimal "just sync the DEPS" emulation of `gclient
/external/autotest/client/cros/input_playback/
DREADME15 - Record device properties for emulation:
/external/u-boot/board/emulation/
DKconfig28 source "board/emulation/qemu-x86/Kconfig"

123456789