Home
last modified time | relevance | path

Searched refs:stb_p (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/hw/m68k/
H A Dbootinfo.h54 stb_p(base++, string[i_]); \
56 stb_p(base++, 0); \
71 stb_p(base++, data[i_]); \
/openbmc/qemu/hw/virtio/
H A Dvirtio-config-io.c70 stb_p(vdev->config + addr, val); in virtio_config_writeb()
164 stb_p(vdev->config + addr, val); in virtio_config_modern_writeb()
H A Dvirtio-crypto.c581 stb_p(&req->in->status, status); in virtio_crypto_req_complete()
/openbmc/qemu/include/qemu/
H A Dbswap.h236 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 Dppce500_spin.c129 stb_p(curspin_p, value); in spin_write()
H A Dspapr_nvdimm.c333 stb_p(buf, data); in h_scm_write_metadata()
H A Dspapr.c1534 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 Dmem_helper.c240 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 Daccess.c131 stb_p(p, val); in access_stb()
/openbmc/qemu/target/arm/tcg/
H A Dsve_ldst_internal.h79 DO_ST_HOST(st1##NAME, H, TE, TM, stb_p) \
H A Dsme_helper.c412 DO_ST(st1b, uint8_t, stb_p, cpu_stb_data_ra) in DO_LD()
/openbmc/qemu/hw/scsi/
H A Dmptconfig.c73 stb_p(data + ofs, val.ll); in vfill()
161 stb_p(*data + 1, ret / 4); in mptsas_config_pack()
H A Dscsi-generic.c245 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 Dqemu.h227 (__builtin_choose_expr(sizeof(*(hptr)) == 1, stb_p, \
/openbmc/qemu/bsd-user/
H A Dqemu.h324 (__builtin_choose_expr(sizeof(*(hptr)) == 1, stb_p, \
/openbmc/qemu/system/
H A Dmemory_ldst.c.inc386 stb_p(ptr, val);
/openbmc/qemu/accel/tcg/
H A Duser-exec.c1065 stb_p(haddr, val); in do_st1_mmu()
/openbmc/qemu/include/exec/
H A Dmemory.h2786 stb_p(cache->ptr + addr, val); in address_space_stb_cached()
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c65 stb_p(&req->in->status, status); in virtio_blk_req_complete()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c284 stb_p(haddr + offset, byte); in access_set_byte()