Home
last modified time | relevance | path

Searched refs:stl_p (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/mips/
H A Dmalta.c753 stl_p(p++, 0x08000000 | /* j 0x1fc00580 */ in write_bootloader()
755 stl_p(p++, 0x00000000); /* nop */ in write_bootloader()
758 stl_p(base + 0x500, run_addr + 0x0580); /* start: */ in write_bootloader()
759 stl_p(base + 0x504, run_addr + 0x083c); /* print_count: */ in write_bootloader()
760 stl_p(base + 0x520, run_addr + 0x0580); /* start: */ in write_bootloader()
761 stl_p(base + 0x52c, run_addr + 0x0800); /* flush_cache: */ in write_bootloader()
762 stl_p(base + 0x534, run_addr + 0x0808); /* print: */ in write_bootloader()
763 stl_p(base + 0x538, run_addr + 0x0800); /* reg_cpu_isr: */ in write_bootloader()
764 stl_p(base + 0x53c, run_addr + 0x0800); /* unred_cpu_isr: */ in write_bootloader()
765 stl_p(base + 0x540, run_addr + 0x0800); /* reg_ic_isr: */ in write_bootloader()
[all …]
H A Dbootloader.c77 stl_p(p, 0); in bl_gen_nop()
97 stl_p(p, insn); in bl_gen_r_type()
114 stl_p(p, insn); in bl_gen_i_type()
H A Dfuloong2e.c174 stl_p(p++, 0x0bf00010); in write_bootloader()
176 stl_p(p++, 0x00000000); in write_bootloader()
/openbmc/qemu/hw/sparc/
H A Dleon3.c81 stl_p(code++, 0x82100000); /* mov %g0, %g1 */ in gen_store_u32()
82 stl_p(code++, 0x84100000); /* mov %g0, %g2 */ in gen_store_u32()
83 stl_p(code++, 0x03000000 + in gen_store_u32()
86 stl_p(code++, 0x82106000 + in gen_store_u32()
89 stl_p(code++, 0x05000000 + in gen_store_u32()
92 stl_p(code++, 0x8410a000 + in gen_store_u32()
95 stl_p(code++, 0xc4204000); /* st %g2, [ %g1 ] */ in gen_store_u32()
115 stl_p(p++, 0x85444000); /* rd %asr17, %g2 */ in write_bootloader()
116 stl_p(p++, 0x8530a01c); /* srl %g2, 0x1c, %g2 */ in write_bootloader()
117 stl_p(p++, 0x80908000); /* tst %g2 */ in write_bootloader()
[all …]
H A Dsun4m.c275 stl_p(ptr + 16, INITRD_LOAD_ADDR); in sun4m_load_kernel()
276 stl_p(ptr + 20, *initrd_size); in sun4m_load_kernel()
/openbmc/qemu/hw/ppc/
H A Dppce500_spin.c68 stl_p(&info->pir, i); in spin_reset()
82 stl_p(&curspin->pir, env->spr[SPR_BOOKE_PIR]); in spin_kick()
135 stl_p(curspin_p, value); in spin_write()
/openbmc/qemu/include/exec/
H A Dcpu-all.h49 #define stl_p(p, v) stl_be_p(p, v) macro
59 #define stl_p(p, v) stl_le_p(p, v) macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-config-io.c102 stl_p(vdev->config + addr, val); in virtio_config_writel()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c215 stl_p(ptr + 24, *initrd_addr + *kernel_addr); in sun4u_load_kernel()
216 stl_p(ptr + 28, *initrd_size); in sun4u_load_kernel()
/openbmc/qemu/system/
H A Dmemory_ldst.c.inc286 stl_p(ptr, val);
332 stl_p(ptr, val);
H A Dioport.c84 stl_p(buf, val); in cpu_outl()