Home
last modified time | relevance | path

Searched refs:MEMTXATTRS_UNSPECIFIED (Results 1 – 25 of 151) sorted by relevance

1234567

/openbmc/qemu/include/exec/
H A Dmemory_ldst_phys.h.inc26 MEMTXATTRS_UNSPECIFIED, NULL);
32 MEMTXATTRS_UNSPECIFIED, NULL);
38 MEMTXATTRS_UNSPECIFIED, NULL);
44 MEMTXATTRS_UNSPECIFIED, NULL);
50 MEMTXATTRS_UNSPECIFIED, NULL);
56 MEMTXATTRS_UNSPECIFIED, NULL);
62 MEMTXATTRS_UNSPECIFIED, NULL);
68 MEMTXATTRS_UNSPECIFIED, NULL);
74 MEMTXATTRS_UNSPECIFIED, NULL);
80 MEMTXATTRS_UNSPECIFIED, NULL);
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dspapr_vio.h94 return dma_memory_valid(&dev->as, taddr, size, dir, MEMTXATTRS_UNSPECIFIED); in spapr_vio_dma_valid()
101 buf, size, MEMTXATTRS_UNSPECIFIED) != 0) ? in spapr_vio_dma_read()
109 buf, size, MEMTXATTRS_UNSPECIFIED) != 0) ? in spapr_vio_dma_write()
117 c, size, MEMTXATTRS_UNSPECIFIED) != 0) ? in spapr_vio_dma_set()
122 (stb_dma(&(_dev)->as, (_addr), (_val), MEMTXATTRS_UNSPECIFIED))
124 (stw_be_dma(&(_dev)->as, (_addr), (_val), MEMTXATTRS_UNSPECIFIED))
126 (stl_be_dma(&(_dev)->as, (_addr), (_val), MEMTXATTRS_UNSPECIFIED))
128 (stq_be_dma(&(_dev)->as, (_addr), (_val), MEMTXATTRS_UNSPECIFIED))
132 ldq_be_dma(&(_dev)->as, (_addr), &_val, MEMTXATTRS_UNSPECIFIED); \
H A Dvof.h58 (pa), MEMTXATTRS_UNSPECIFIED, (buf), (size))
61 (pa), MEMTXATTRS_UNSPECIFIED, (buf), (size))
/openbmc/qemu/tests/qtest/fuzz/
H A Dqtest_wrappers.c110 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in __wrap_qtest_readb()
122 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in __wrap_qtest_readw()
134 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in __wrap_qtest_readl()
146 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in __wrap_qtest_readq()
157 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in __wrap_qtest_writeb()
167 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in __wrap_qtest_writew()
177 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in __wrap_qtest_writel()
187 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in __wrap_qtest_writeq()
197 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, data, in __wrap_qtest_memread()
207 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, data, in __wrap_qtest_bufread()
[all …]
/openbmc/qemu/target/i386/
H A Darch_memory_mapping.c30 pte = address_space_ldq(as, pte_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pte()
60 pte = address_space_ldl(as, pte_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pte2()
92 pde = address_space_ldq(as, pde_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pde()
129 pde = address_space_ldl(as, pde_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pde2()
170 pdpe = address_space_ldq(as, pdpe_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pdpe2()
195 pdpe = address_space_ldq(as, pdpe_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pdpe()
232 pml4e = address_space_ldq(as, pml4e_addr, MEMTXATTRS_UNSPECIFIED, in walk_pml4e()
255 pml5e = address_space_ldq(as, pml5e_addr, MEMTXATTRS_UNSPECIFIED, in walk_pml5e()
/openbmc/qemu/system/
H A Dqtest.c517 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
522 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
527 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
532 address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
551 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
556 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
561 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
565 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, in qtest_process_command()
586 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, data, in qtest_process_command()
608 address_space_read(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED, data, in qtest_process_command()
[all …]
H A Dioport.c65 address_space_write(&address_space_io, addr, MEMTXATTRS_UNSPECIFIED, in cpu_outb()
75 address_space_write(&address_space_io, addr, MEMTXATTRS_UNSPECIFIED, in cpu_outw()
85 address_space_write(&address_space_io, addr, MEMTXATTRS_UNSPECIFIED, in cpu_outl()
93 address_space_read(&address_space_io, addr, MEMTXATTRS_UNSPECIFIED, in cpu_inb()
104 address_space_read(&address_space_io, addr, MEMTXATTRS_UNSPECIFIED, buf, 2); in cpu_inw()
115 address_space_read(&address_space_io, addr, MEMTXATTRS_UNSPECIFIED, buf, 4); in cpu_inl()
/openbmc/qemu/hw/net/
H A Dmv88w8618_eth.c120 dma_memory_write(dma_as, addr, desc, sizeof(*desc), MEMTXATTRS_UNSPECIFIED); in eth_rx_desc_put()
126 dma_memory_read(dma_as, addr, desc, sizeof(*desc), MEMTXATTRS_UNSPECIFIED); in eth_rx_desc_get()
150 buf, size, MEMTXATTRS_UNSPECIFIED); in eth_receive()
176 dma_memory_write(dma_as, addr, desc, sizeof(*desc), MEMTXATTRS_UNSPECIFIED); in eth_tx_desc_put()
182 dma_memory_read(dma_as, addr, desc, sizeof(*desc), MEMTXATTRS_UNSPECIFIED); in eth_tx_desc_get()
205 MEMTXATTRS_UNSPECIFIED); in eth_send()
H A Dimx_fec.c406 MEMTXATTRS_UNSPECIFIED); in imx_fec_read_bd()
414 MEMTXATTRS_UNSPECIFIED); in imx_fec_write_bd()
420 MEMTXATTRS_UNSPECIFIED); in imx_enet_read_bd()
429 MEMTXATTRS_UNSPECIFIED); in imx_enet_write_bd()
497 MEMTXATTRS_UNSPECIFIED); in imx_fec_do_tx()
579 MEMTXATTRS_UNSPECIFIED); in imx_enet_do_tx()
1128 MEMTXATTRS_UNSPECIFIED); in imx_fec_receive()
1132 crc_ptr, 4 - size, MEMTXATTRS_UNSPECIFIED); in imx_fec_receive()
1236 sizeof(zeros), MEMTXATTRS_UNSPECIFIED); in imx_enet_receive()
1246 MEMTXATTRS_UNSPECIFIED); in imx_enet_receive()
[all …]
H A Di82596.c151 MEMTXATTRS_UNSPECIFIED, s->tx_buffer, len); in i82596_transmit()
175 MEMTXATTRS_UNSPECIFIED, m, ETH_ALEN); in set_individual_address()
193 MEMTXATTRS_UNSPECIFIED, multicast_addr, ETH_ALEN); in set_multicast_list()
262 MEMTXATTRS_UNSPECIFIED, s->config, byte_cnt); in command_loop()
641 MEMTXATTRS_UNSPECIFIED, buf, bufcount); in i82596_receive()
650 MEMTXATTRS_UNSPECIFIED, crc_ptr, crccount); in i82596_receive()
H A Dnpcm7xx_emc.c214 sizeof(*desc), MEMTXATTRS_UNSPECIFIED)) { in emc_read_tx_desc()
235 sizeof(le_desc), MEMTXATTRS_UNSPECIFIED)) { in emc_write_tx_desc()
246 sizeof(*desc), MEMTXATTRS_UNSPECIFIED)) { in emc_read_rx_desc()
267 sizeof(le_desc), MEMTXATTRS_UNSPECIFIED)) { in emc_write_rx_desc()
382 length, MEMTXATTRS_UNSPECIFIED)) { in emc_try_send_next_packet()
580 len, MEMTXATTRS_UNSPECIFIED) || in emc_receive()
583 crc_ptr, 4, MEMTXATTRS_UNSPECIFIED))) { in emc_receive()
/openbmc/qemu/hw/dma/
H A Dpl080.c169 MEMTXATTRS_UNSPECIFIED, buff + n, swidth); in pl080_run()
177 MEMTXATTRS_UNSPECIFIED, buff + n, dwidth); in pl080_run()
189 MEMTXATTRS_UNSPECIFIED, in pl080_run()
193 MEMTXATTRS_UNSPECIFIED, in pl080_run()
197 MEMTXATTRS_UNSPECIFIED, in pl080_run()
201 MEMTXATTRS_UNSPECIFIED, in pl080_run()
H A Dsparc32_dma.c84 dma_memory_read(&is->iommu_as, addr, buf, len, MEMTXATTRS_UNSPECIFIED); in ledma_memory_read()
88 dma_memory_read(&is->iommu_as, addr, buf, len, MEMTXATTRS_UNSPECIFIED); in ledma_memory_read()
107 MEMTXATTRS_UNSPECIFIED); in ledma_memory_write()
119 MEMTXATTRS_UNSPECIFIED); in ledma_memory_write()
154 MEMTXATTRS_UNSPECIFIED); in espdma_memory_read()
165 MEMTXATTRS_UNSPECIFIED); in espdma_memory_write()
/openbmc/qemu/target/avr/
H A Dhelper.c248 MEMTXATTRS_UNSPECIFIED, NULL); in helper_inb()
306 data, MEMTXATTRS_UNSPECIFIED, NULL); in helper_outb()
329 MEMTXATTRS_UNSPECIFIED, NULL); in helper_fullrd()
356 MEMTXATTRS_UNSPECIFIED, NULL); in helper_fullwr()
/openbmc/qemu/target/sparc/
H A Dmmu_helper.c101 pde = address_space_ldl(cs->as, pde_ptr, MEMTXATTRS_UNSPECIFIED, &result); in get_physical_address()
117 MEMTXATTRS_UNSPECIFIED, &result); in get_physical_address()
131 MEMTXATTRS_UNSPECIFIED, &result); in get_physical_address()
145 MEMTXATTRS_UNSPECIFIED, &result); in get_physical_address()
275 pde = address_space_ldl(cs->as, pde_ptr, MEMTXATTRS_UNSPECIFIED, &result); in mmu_probe()
292 MEMTXATTRS_UNSPECIFIED, &result); in mmu_probe()
310 MEMTXATTRS_UNSPECIFIED, &result); in mmu_probe()
328 MEMTXATTRS_UNSPECIFIED, &result); in mmu_probe()
H A Dldst_helper.c699 MEMTXATTRS_UNSPECIFIED, &result); in helper_ld_asi()
703 MEMTXATTRS_UNSPECIFIED, &result); in helper_ld_asi()
708 MEMTXATTRS_UNSPECIFIED, &result); in helper_ld_asi()
712 MEMTXATTRS_UNSPECIFIED, &result); in helper_ld_asi()
872 MEMTXATTRS_UNSPECIFIED, in helper_st_asi()
899 MEMTXATTRS_UNSPECIFIED, &result); in helper_st_asi()
1061 MEMTXATTRS_UNSPECIFIED, &result); in helper_st_asi()
1065 MEMTXATTRS_UNSPECIFIED, &result); in helper_st_asi()
1070 MEMTXATTRS_UNSPECIFIED, &result); in helper_st_asi()
1074 MEMTXATTRS_UNSPECIFIED, &result); in helper_st_asi()
/openbmc/qemu/target/m68k/
H A Dhelper.c506 MEMTXATTRS_UNSPECIFIED, &txres); in dump_address_map()
512 MEMTXATTRS_UNSPECIFIED, &txres); in dump_address_map()
518 MEMTXATTRS_UNSPECIFIED, &txres); in dump_address_map()
524 MEMTXATTRS_UNSPECIFIED, &txres); in dump_address_map()
768 next = address_space_ldl(cs->as, entry, MEMTXATTRS_UNSPECIFIED, &txres); in get_physical_address()
777 MEMTXATTRS_UNSPECIFIED, &txres); in get_physical_address()
795 next = address_space_ldl(cs->as, entry, MEMTXATTRS_UNSPECIFIED, &txres); in get_physical_address()
804 MEMTXATTRS_UNSPECIFIED, &txres); in get_physical_address()
826 next = address_space_ldl(cs->as, entry, MEMTXATTRS_UNSPECIFIED, &txres); in get_physical_address()
836 MEMTXATTRS_UNSPECIFIED, &txres); in get_physical_address()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.c91 MEMTXATTRS_UNSPECIFIED, &pte, pte_size(pae)); in get_pt_entry()
250 MEMTXATTRS_UNSPECIFIED, data, copy); in vmx_write_mem()
270 address_space_read(&address_space_memory, gpa, MEMTXATTRS_UNSPECIFIED, in vmx_read_mem()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c199 MEMTXATTRS_UNSPECIFIED, NULL); in do_hash_operation()
202 MEMTXATTRS_UNSPECIFIED, NULL); in do_hash_operation()
207 MEMTXATTRS_UNSPECIFIED); in do_hash_operation()
232 &len, false, MEMTXATTRS_UNSPECIFIED); in do_hash_operation()
288 MEMTXATTRS_UNSPECIFIED, in do_hash_operation()
/openbmc/qemu/include/hw/pci/
H A Dpci_device.h267 DMA_DIRECTION_TO_DEVICE, MEMTXATTRS_UNSPECIFIED); in pci_dma_read()
286 DMA_DIRECTION_FROM_DEVICE, MEMTXATTRS_UNSPECIFIED); in pci_dma_write()
331 MEMTXATTRS_UNSPECIFIED); in pci_dma_map()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_redist.c107 MEMTXATTRS_UNSPECIFIED, &lpite, sizeof(lpite)); in update_for_one_lpi()
163 address_space_read(as, ptbase + i, MEMTXATTRS_UNSPECIFIED, &pend, 1); in update_for_all_lpis()
190 address_space_read(as, addr, MEMTXATTRS_UNSPECIFIED, &pend, 1); in set_pending_table_bit()
196 address_space_write(as, addr, MEMTXATTRS_UNSPECIFIED, &pend, 1); in set_pending_table_bit()
1005 address_space_read(as, src_baddr + i, MEMTXATTRS_UNSPECIFIED, in gicv3_redist_movall_lpis()
1010 address_space_read(as, dest_baddr + i, MEMTXATTRS_UNSPECIFIED, in gicv3_redist_movall_lpis()
1014 address_space_write(as, src_baddr + i, MEMTXATTRS_UNSPECIFIED, in gicv3_redist_movall_lpis()
1016 address_space_write(as, dest_baddr + i, MEMTXATTRS_UNSPECIFIED, in gicv3_redist_movall_lpis()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c157 MO_64, MEMTXATTRS_UNSPECIFIED); in helper_cache()
161 MO_64, MEMTXATTRS_UNSPECIFIED); in helper_cache()
/openbmc/qemu/hw/alpha/
H A Ddp264.c198 MEMTXATTRS_UNSPECIFIED, in clipper_init()
201 initrd_size, MEMTXATTRS_UNSPECIFIED, NULL); in clipper_init()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3_msi.c55 &ive, sizeof(ive), MEMTXATTRS_UNSPECIFIED)) { in phb3_msi_read_ive()
76 &p, 1, MEMTXATTRS_UNSPECIFIED)) { in phb3_msi_set_p()
93 &q, 1, MEMTXATTRS_UNSPECIFIED)) { in phb3_msi_set_q()
/openbmc/qemu/hw/scsi/
H A Dmegasas.c174 v, MEMTXATTRS_UNSPECIFIED); in megasas_frame_set_cmd_status()
182 v, MEMTXATTRS_UNSPECIFIED); in megasas_frame_set_scsi_status()
210 &val, MEMTXATTRS_UNSPECIFIED); in megasas_frame_get_context()
534 MEMTXATTRS_UNSPECIFIED); in megasas_enqueue_frame()
544 const MemTxAttrs attrs = MEMTXATTRS_UNSPECIFIED; in megasas_complete_frame()
637 const MemTxAttrs attrs = MEMTXATTRS_UNSPECIFIED; in megasas_init_firmware()
856 MEMTXATTRS_UNSPECIFIED); in megasas_ctrl_get_info()
889 MEMTXATTRS_UNSPECIFIED); in megasas_mfc_get_defaults()
913 MEMTXATTRS_UNSPECIFIED); in megasas_dcmd_get_bios_info()
927 MEMTXATTRS_UNSPECIFIED); in megasas_dcmd_get_fw_time()
[all …]

1234567