Home
last modified time | relevance | path

Searched full:simulator (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/linux/drivers/vdpa/
H A DKconfig13 tristate "vDPA device simulator core"
23 tristate "vDPA simulator for networking device"
27 vDPA networking device simulator which loops TX traffic back to RX.
30 tristate "vDPA simulator for block device"
33 vDPA block device simulator which terminates IO request in a
/openbmc/linux/kernel/irq/
H A Dirq_sim.c155 * irq_domain_create_sim - Create a new interrupt simulator irq_domain and
198 * irq_domain_remove_sim - Deinitialize the interrupt simulator domain: free
201 * @domain: The interrupt simulator domain to tear down.
223 * devm_irq_domain_create_sim - Create a new interrupt simulator for
226 * @dev: Device to initialize the simulator object for.
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-sim.rst3 Configfs GPIO Simulator
6 The configfs GPIO Simulator (gpio-sim) provides a way to create simulated GPIO
81 must be: ``"gpio-simulator"``. Supported properties are:
89 An example device-tree code defining a GPIO simulator:
94 compatible = "gpio-simulator";
/openbmc/linux/tools/testing/memblock/
H A DMakefile3 # Memblock simulator requires AddressSanitizer (libasan) and liburcu development
42 @echo 'Memblock simulator'
45 @echo ' main - Build the memblock simulator'
H A DREADME2 Memblock simulator
14 difficult. This test suite, usually referred as memblock simulator, is
24 introduced memblock simulator (commit 16802e55dea9 ("memblock tests: Add
25 skeleton of the memblock simulator")) and a few preparation commits just
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls2080a-simu.dts3 * Device Tree file for Freescale LS2080a software Simulator model
16 model = "Freescale Layerscape 2080a software Simulator model";
/openbmc/qemu/hw/rx/
H A Drx-gdbsim.c2 * RX QEMU GDB simulator
33 /* Same address of GDB integrated simulator */
178 mc->desc = "gdb simulator (R5F562N7 MCU and external RAM)"; in rx62n7_class_init()
188 mc->desc = "gdb simulator (R5F562N8 MCU and external RAM)"; in rx62n8_class_init()
/openbmc/u-boot/doc/
H A DREADME.semihosting19 platform using the license-free Foundation_v8 simulator. Fortunately,
20 the Foundation_v8 simulator also supports the BASE_FVP model which
/openbmc/linux/drivers/nfc/
H A DKconfig32 tristate "NFC hardware simulator driver"
53 tristate "NCI device simulator driver"
/openbmc/openbmc-tools/tof-voters/libvoters/
H A Dacceptable.py46 "test/simulator/sample_data/.*",
47 "test/simulator/test_*cases/.*",
/openbmc/u-boot/test/py/
H A DREADME.md198 If you are able to run U-Boot under a hardware simulator such as qemu, then
199 you would likely spawn that simulator from this script. However, note that
202 simulator includes a virtual reset button! If not, you can launch the
203 simulator from `u-boot-test-reset` instead, while arranging for this console
204 process to always communicate with the current simulator instance.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0004-v8-don-t-override-ARM-CFLAGS.patch64 # Host not built with an Arm CXX compiler (simulator build).
97 # Target not built with an Arm CXX compiler (simulator build).
/openbmc/qemu/tests/rocker/
H A DREADME1 Tests require simp (simple network simulator) found here:
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,apr.yaml32 1 = APR simulator
47 1 = APR simulator
/openbmc/linux/arch/xtensa/platforms/iss/
H A DMakefile4 # Makefile for the Xtensa Instruction Set Simulator (ISS)
/openbmc/qemu/docs/system/ppc/
H A Dpowernv.rst25 * iBT device to handle BMC communication, with the internal BMC simulator
157 BMC. The QEMU PowerNV machine embeds an IPMI BMC simulator using the
171 simulator.
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dcpus.yaml57 - const: riscv # Simulator only
193 // Example 2: Spike ISA Simulator with 1 Hart
/openbmc/linux/drivers/iio/dummy/
H A Diio_dummy_evgen.c34 * @irq_sim: interrupt simulator
36 * @irq_sim_domain: irq simulator domain
/openbmc/linux/arch/hexagon/kernel/
H A Dtime.c38 * 8x50 HDD Specs 5-8. Simulator co-sim not fixed until
220 * but for now we take the observed simulator jitter.
/openbmc/linux/arch/arc/kernel/
H A Dhead.S8 * -Check if we are running on Simulator or on real hardware
9 * to skip certain things during boot on simulator
/openbmc/linux/Documentation/arch/openrisc/
H A Dopenrisc_port.rst21 toolchain and, perhaps, the architectural simulator. Steps to get these bits
68 4) Running on a Simulator (optional)
/openbmc/qemu/docs/system/openrisc/
H A Dor1k-sim.rst4 The QEMU Or1ksim machine emulates the standard OpenRISC board simulator which is
/openbmc/qemu/docs/system/
H A Dtarget-rx.rst6 Use the executable ``qemu-system-rx`` to simulate RX target (GDB simulator).
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnandsim.c3 * NAND flash simulator.
9 * Note: NS means "NAND Simulator".
37 /* Default simulator parameters values */
170 /* Simulator's output macros (logging, debugging, warning, error) */
207 /* After a command is input, the simulator goes to one of the following states */
223 /* After an address is input, the simulator goes to one of these states */
230 /* During data input/output the simulator is in these states */
245 /* Simulator's actions bit masks */
254 #define NS_OPER_NUM 13 /* Number of operations supported by the simulator */
287 * The structure which describes all the internal simulator data.
[all …]
/openbmc/linux/drivers/i2c/
H A Di2c-slave-eeprom.c3 * I2C slave mode EEPROM simulator
217 MODULE_DESCRIPTION("I2C slave mode EEPROM simulator");

1234