Home
last modified time | relevance | path

Searched refs:lduw_le_p (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/qemu/hw/display/
H A Dvga-access.h34 return lduw_le_p(ptr); in vga_read_word_le()
H A Domap_lcdc.c169 v = lduw_le_p((void *) s); in draw_line12_32()
189 v = lduw_le_p((void *) s); in draw_line16_32()
H A Dbcm2835_fb.c78 rgb565 = lduw_le_p(src); in draw_line_src16()
/openbmc/qemu/include/exec/
H A Dcpu-all.h54 #define lduw_p(p) lduw_le_p(p)
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-access.h128 return lduw_le_p(ptr); in virtio_lduw_p()
/openbmc/qemu/hw/virtio/
H A Dvirtio-config-io.c135 val = lduw_le_p(vdev->config + addr); in virtio_config_modern_readw()
/openbmc/qemu/target/i386/tcg/
H A Daccess.c101 return lduw_le_p(p); in access_ldw()
/openbmc/qemu/hw/net/fsl_etsec/
H A Drings.c118 bd->flags = lduw_le_p(&bd->flags); in read_buffer_descriptor()
119 bd->length = lduw_le_p(&bd->length); in read_buffer_descriptor()
/openbmc/qemu/hw/net/rocker/
H A Drocker_tlv.h109 return lduw_le_p(rocker_tlv_data(tlv)); in rocker_tlv_get_le16()
/openbmc/qemu/disas/
H A Dcapstone.c132 print(stream, " %04x", lduw_le_p(insn->bytes + i)); in cap_dump_insn_units()
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c190 r->segments = lduw_le_p((const char *)symbols + sizeof(PDB_SYMBOLS) + in pdb_init_symbols()
/openbmc/qemu/include/qemu/
H A Dbswap.h297 static inline int lduw_le_p(const void *ptr) in lduw_le_p() function
/openbmc/qemu/include/disas/
H A Ddis-asm.h493 return lduw_le_p(addr); in bfd_getl16()
/openbmc/qemu/hw/i386/
H A Damd_iommu.c99 return lduw_le_p(&s->mmior[addr]); in amdvi_readw()
121 uint16_t romask = lduw_le_p(&s->romask[addr]); in amdvi_writew()
122 uint16_t w1cmask = lduw_le_p(&s->w1cmask[addr]); in amdvi_writew()
123 uint16_t oldval = lduw_le_p(&s->mmior[addr]); in amdvi_writew()
/openbmc/qemu/hw/pci-host/
H A Draven.c168 return lduw_le_p(buf); in raven_io_read()
/openbmc/qemu/target/rx/
H A Ddisas.c74 return (int8_t)ctx->bytes[len + 2] << 16 | lduw_le_p(ctx->bytes + len); in li()
163 dsp = lduw_le_p(ctx->bytes + len); in rx_index_addr()
/openbmc/qemu/include/hw/pci/
H A Dpci.h462 return lduw_le_p(config); in pci_get_word()
/openbmc/qemu/hw/acpi/
H A Dcore.c183 stw_le_p(acpi_tables, lduw_le_p(acpi_tables) + 1u); in acpi_table_install()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c152 filehead = lduw_le_p(content); in read_splashfile()
163 bmp_bpp = lduw_le_p(&content[28]); in read_splashfile()
/openbmc/qemu/hw/net/
H A Dallwinner-sun8i-emac.c639 value = lduw_le_p(s->conf.macaddr.a + 4); in allwinner_sun8i_emac_read()
/openbmc/qemu/hw/block/
H A Donenand.c617 return lduw_le_p(s->boot[0] + addr); in onenand_read()
/openbmc/qemu/system/
H A Dmemory_ldst.c.inc222 val = lduw_le_p(ptr);
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c259 hdr.tag = lduw_le_p(&hdr.tag); in v9fs_req_recv()
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c403 DO_LD(ld1h_le, uint16_t, lduw_le_p, cpu_lduw_le_data_ra) in DO_LD()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1781 return lduw_le_p(max_queue_pairs); in vhost_vdpa_get_max_queue_pairs()

12