Searched refs:memread (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci.c | 408 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 D | pci.h | 37 void (*memread)(QPCIBus *bus, uint32_t addr, void *buf, size_t len); member
|
H A D | pci-pc.c | 140 qpci->bus.memread = qpci_pc_memread; in qpci_init_pc()
|
H A D | generic-pcihost.c | 197 qpci->bus.memread = qpci_generic_memread; in qpci_init_generic()
|
H A D | pci-spapr.c | 173 qpci->bus.memread = qpci_spapr_memread; in qpci_init_spapr()
|
/openbmc/qemu/tests/qtest/ |
H A D | i440fx-test.c | 167 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 D | virtio-blk-test.c | 187 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 D | virtio-net-test.c | 62 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 D | libqtest-single.h | 276 static inline void memread(uint64_t addr, void *data, size_t size) in memread() function
|
H A D | igb-test.c | 129 memread(data, buffer, sizeof(buffer)); in igb_receive_verify()
|
H A D | e1000e-test.c | 126 memread(data, buffer, sizeof(buffer)); in e1000e_receive_verify()
|
H A D | tpm-crb-test.c | 111 memread(raddr, &tpm_msg, sizeof(tpm_msg)); in tpm_crb_test()
|
H A D | virtio-scsi-test.c | 111 memread(resp_addr, resp_out, sizeof(*resp_out)); in virtio_scsi_do_command()
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 612 DEFINE_SHOW_ATTRIBUTE(memread);
|