Searched refs:stw_p (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/mips/ |
H A D | malta.c | 701 stw_p(p++, 0x2800); stw_p(p++, 0x001c); in write_bootloader_nanomips() 703 stw_p(p++, 0x8000); stw_p(p++, 0xc000); in write_bootloader_nanomips() 705 stw_p(p++, 0x8000); stw_p(p++, 0xc000); in write_bootloader_nanomips() 707 stw_p(p++, 0x8000); stw_p(p++, 0xc000); in write_bootloader_nanomips() 709 stw_p(p++, 0x8000); stw_p(p++, 0xc000); in write_bootloader_nanomips() 711 stw_p(p++, 0x8000); stw_p(p++, 0xc000); in write_bootloader_nanomips() 713 stw_p(p++, 0x8000); stw_p(p++, 0xc000); in write_bootloader_nanomips() 715 stw_p(p++, 0x8000); stw_p(p++, 0xc000); in write_bootloader_nanomips()
|
H A D | bootloader.c | 61 stw_p(p, insn >> 16); in st_nm32_p() 63 stw_p(p, insn >> 0); in st_nm32_p()
|
/openbmc/qemu/include/exec/ |
H A D | cpu-all.h | 48 #define stw_p(p, v) stw_be_p(p, v) macro 58 #define stw_p(p, v) stw_le_p(p, v) macro
|
/openbmc/qemu/hw/ppc/ |
H A D | ppce500_spin.c | 132 stw_p(curspin_p, value); in spin_write()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-config-io.c | 86 stw_p(vdev->config + addr, val); in virtio_config_writew()
|
/openbmc/qemu/system/ |
H A D | ioport.c | 74 stw_p(buf, val); in cpu_outw()
|
H A D | memory_ldst.c.inc | 428 stw_p(ptr, val);
|