Home
last modified time | relevance | path

Searched refs:memread (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c408 bus->memread(dev->bus, token.addr + off, &val, sizeof(val)); in qpci_io_readb()
422 bus->memread(bus, token.addr + off, &val, sizeof(val)); in qpci_io_readw()
436 bus->memread(dev->bus, token.addr + off, &val, sizeof(val)); in qpci_io_readl()
450 bus->memread(bus, token.addr + off, &val, sizeof(val)); in qpci_io_readq()
510 dev->bus->memread(dev->bus, token.addr + off, buf, len); in qpci_memread()
H A Dpci.h37 void (*memread)(QPCIBus *bus, uint32_t addr, void *buf, size_t len); member
H A Dpci-pc.c140 qpci->bus.memread = qpci_pc_memread; in qpci_init_pc()
H A Dgeneric-pcihost.c197 qpci->bus.memread = qpci_generic_memread; in qpci_init_generic()
H A Dpci-spapr.c173 qpci->bus.memread = qpci_spapr_memread; in qpci_init_spapr()
/openbmc/qemu/tests/qtest/
H A Di440fx-test.c167 memread(start, data, size); in verify_area()
341 memread(0x100000000ULL - BLOB_SIZE, buf, BLOB_SIZE); in test_i440fx_firmware()
349 memread(0x100000 - isa_bios_size, buf, isa_bios_size); in test_i440fx_firmware()
H A Dvirtio-blk-test.c187 memread(req_addr + 16, data, 512); in test_basic()
248 memread(req_addr + 16, data, 512); in test_basic()
328 memread(req_addr + 16, data, 512); in test_basic()
424 memread(req_addr + 16, data, 512); in indirect()
561 memread(req_addr + 16, data, 512); in msix()
685 memread(req_addr + 16, data, 512); in idx()
H A Dvirtio-net-test.c62 memread(req_addr + VNET_HDR_SIZE, buffer, sizeof(test)); in rx_test()
141 memread(req_addr + VNET_HDR_SIZE, buffer, sizeof(test)); in rx_stop_cont_test()
H A Dlibqtest-single.h276 static inline void memread(uint64_t addr, void *data, size_t size) in memread() function
H A Digb-test.c129 memread(data, buffer, sizeof(buffer)); in igb_receive_verify()
H A De1000e-test.c126 memread(data, buffer, sizeof(buffer)); in e1000e_receive_verify()
H A Dtpm-crb-test.c111 memread(raddr, &tpm_msg, sizeof(tpm_msg)); in tpm_crb_test()
H A Dvirtio-scsi-test.c111 memread(resp_addr, resp_out, sizeof(*resp_out)); in virtio_scsi_do_command()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c612 DEFINE_SHOW_ATTRIBUTE(memread);