Home
last modified time | relevance | path

Searched full:sim (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A DMakefile5 SIM=qemu-mipsel macro
27 echo $(SIM) $(SIM_FLAGS) ./$$case;\
28 $(SIM) $(SIM_FLAGS) ./$$case; \
/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/
H A DMakefile17 SIM = ../../../../../../../build/qemu-mips64 macro
33 echo $(SIM) $(SIM_FLAGS) ./$$case; \
34 $(SIM) $(SIM_FLAGS) ./$$case; \
/openbmc/qemu/docs/system/
H A Dtarget-xtensa.rst10 - Xtensa emulator pseudo board \"sim\"
14 The sim pseudo board emulation provides an environment similar to one
H A Dtarget-openrisc.rst22 ``or1k-sim``.
58 openrisc/or1k-sim
/openbmc/qemu/tests/functional/
H A Dtest_or1k_replay.py
H A Dtest_or1k_sim.py
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A Dcpu_init.c106 sim_t *sim = (sim_t *)(MMAP_SIM); in cpu_init_f() local
108 out_8(&sim->sypcr, 0x00); in cpu_init_f()
109 out_8(&sim->swivr, 0x0f); in cpu_init_f()
110 out_8(&sim->swsr, 0x00); in cpu_init_f()
111 out_8(&sim->mpark, 0x00); in cpu_init_f()
H A Dcpu.c14 sim_t *sim = (sim_t *)(MMAP_SIM); in do_reset() local
17 out_8(&sim->sypcr, SYPCR_SWE | SYPCR_SWRI); in do_reset()
/openbmc/openpower-hw-diags/test/
H A Dtest-pdbg-dts.cpp5 #include <test/sim-hw-access.hpp>
178 sim::ScomAccess& scom = sim::ScomAccess::getSingleton(); in TEST()
212 sim::CfamAccess& cfam = sim::CfamAccess::getSingleton(); in TEST()
259 sim::ScomAccess& scom = sim::ScomAccess::getSingleton(); in TEST()
H A Dtest-tod-step-check-fault.cpp5 #include <test/sim-hw-access.hpp>
26 sim::ScomAccess& scom = sim::ScomAccess::getSingleton(); in TEST()
H A Dpdbg-sim-only.cpp11 #include <test/sim-hw-access.hpp>
46 int rc = sim::ScomAccess::getSingleton().get(i_target, i_addr, o_val); in getScom()
66 int rc = sim::CfamAccess::getSingleton().get(i_target, i_addr, o_val); in getCfam()
/openbmc/qemu/docs/system/openrisc/
H A Dor1k-sim.rst22 $ qemu-system-or1k -cpu or1220 -M or1k-sim -nographic \
37 The ``or1k-sim`` board automatically generates a device tree blob ("dtb")
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-testsuite.inc39 content.append('load_generic_config "sim"')
40 content.append('load_base_board_description "basic-sim"')
69 content.append('set_board_info sim "{0}"'.format(qemu_binary))
70 content.append('set_board_info sim,options "{0}"'.format(" ".join(args)))
/openbmc/u-boot/board/freescale/bsc9132qds/
H A Dbsc9132qds.c303 if (hwconfig("sim")) { in misc_init_r()
410 if (hwconfig("sim")) { in ft_board_setup()
419 /* remove dts sim node */ in ft_board_setup()
420 fdt_del_node_compat(blob, "fsl,sim-v1.0"); in ft_board_setup()
421 printf("SIM & SDHC can't work together on the board"); in ft_board_setup()
422 printf("\nRemove sim from hwconfig and reset\n"); in ft_board_setup()
/openbmc/qemu/tests/tcg/openrisc/
H A DMakefile5 SIM = qemu-or1k macro
68 @for case in $(TESTCASES); do $(SIM) $$case; echo $$case pass!; sleep 0.2; done
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/
H A DMakefile5 SIM=qemu-mipsel macro
179 echo $(SIM) $(SIM_FLAGS) ./$$case;\
180 $(SIM) $(SIM_FLAGS) ./$$case; \
/openbmc/u-boot/board/sysam/amcore/
H A Damcore.c21 sim_t *sim = (sim_t *)(MMAP_SIM); in init_lcd() local
23 out_be16(&sim->par, 0x300); in init_lcd()
/openbmc/u-boot/arch/arm/dts/
H A Dimx7ulp.dtsi316 nxp,sim = <&sim>;
479 sim = <&sim>;
555 sim: sim@410a3000 { label
556 compatible = "fsl,imx7ulp-sim", "syscon";
/openbmc/u-boot/drivers/phy/
H A Dbcm6318-usbh-phy.c35 /* USBH Sim Control register */
61 /* sim control config */ in bcm6318_usbh_init()
/openbmc/qemu/hw/xtensa/
H A Dmeson.build7 xtensa_ss.add(when: 'CONFIG_XTENSA_SIM', if_true: files('sim.c'))
H A Dsim.c122 mc->desc = "sim machine (" XTENSA_DEFAULT_CPU_MODEL ")"; in xtensa_sim_machine_init()
130 DEFINE_MACHINE("sim", xtensa_sim_machine_init)
/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/
H A Drun-ptest.in6 modprobe gpio-sim
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod/
H A Drun-ptest5 # python3-gpiod uses gpio-sim - a configfs-based testing module. We need to
/openbmc/openpower-hw-diags/util/
H A Dmeson.build7 'pdbg-no-sim.cpp',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/
H A Drun-ptest9 # libgpiod v2 uses gpio-sim - a configfs-based testing module. We need to

123