Searched refs:stb_p (Results 1 – 20 of 20) sorted by relevance
/openbmc/qemu/hw/m68k/ |
H A D | bootinfo.h | 54 stb_p(base++, string[i_]); \ 56 stb_p(base++, 0); \ 71 stb_p(base++, data[i_]); \
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-config-io.c | 70 stb_p(vdev->config + addr, val); in virtio_config_writeb() 164 stb_p(vdev->config + addr, val); in virtio_config_modern_writeb()
|
H A D | virtio-crypto.c | 581 stb_p(&req->in->status, status); in virtio_crypto_req_complete()
|
/openbmc/qemu/include/qemu/ |
H A D | bswap.h | 236 static inline void stb_p(void *ptr, uint8_t v) in stb_p() function 396 stb_p(ptr, v); \
|
/openbmc/qemu/hw/ppc/ |
H A D | ppce500_spin.c | 129 stb_p(curspin_p, value); in spin_write()
|
H A D | spapr_nvdimm.c | 333 stb_p(buf, data); in h_scm_write_metadata()
|
H A D | spapr.c | 1534 stb_p(spapr->htab + offset, (pte1 & 0xff) | 0x80); in spapr_hpte_set_c() 1550 stb_p(spapr->htab + offset, ((pte1 >> 8) & 0xff) | 0x01); in spapr_hpte_set_r()
|
/openbmc/qemu/target/ppc/ |
H A D | mem_helper.c | 240 stb_p(host, val >> 24); in helper_stsw() 247 stb_p(host + 2, val >> 8); in helper_stsw()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | access.c | 131 stb_p(p, val); in access_stb()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_ldst_internal.h | 79 DO_ST_HOST(st1##NAME, H, TE, TM, stb_p) \
|
H A D | sme_helper.c | 412 DO_ST(st1b, uint8_t, stb_p, cpu_stb_data_ra) in DO_LD()
|
/openbmc/qemu/hw/scsi/ |
H A D | mptconfig.c | 73 stb_p(data + ofs, val.ll); in vfill() 161 stb_p(*data + 1, ret / 4); in mptsas_config_pack()
|
H A D | scsi-generic.c | 245 stb_p(buf, s->type); in scsi_generic_emulate_block_limits() 246 stb_p(buf + 1, 0xb0); in scsi_generic_emulate_block_limits()
|
/openbmc/qemu/linux-user/ |
H A D | qemu.h | 227 (__builtin_choose_expr(sizeof(*(hptr)) == 1, stb_p, \
|
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 324 (__builtin_choose_expr(sizeof(*(hptr)) == 1, stb_p, \
|
/openbmc/qemu/system/ |
H A D | memory_ldst.c.inc | 386 stb_p(ptr, val);
|
/openbmc/qemu/accel/tcg/ |
H A D | user-exec.c | 1065 stb_p(haddr, val); in do_st1_mmu()
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 2786 stb_p(cache->ptr + addr, val); in address_space_stb_cached()
|
/openbmc/qemu/hw/block/ |
H A D | virtio-blk.c | 65 stb_p(&req->in->status, status); in virtio_blk_req_complete()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 284 stb_p(haddr + offset, byte); in access_set_byte()
|