Home
last modified time | relevance | path

Searched refs:address_space_unmap (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c168 address_space_unmap(CPU(cpu)->as, hvstate, len, 0, false); in h_enter_nested()
174 address_space_unmap(CPU(cpu)->as, hvstate, len, len, false); in h_enter_nested()
201 address_space_unmap(CPU(cpu)->as, regs, len, 0, false); in h_enter_nested()
217 address_space_unmap(CPU(cpu)->as, regs, len, len, false); in h_enter_nested()
314 address_space_unmap(CPU(cpu)->as, hvstate, len, 0, true); in spapr_exit_nested()
344 address_space_unmap(CPU(cpu)->as, hvstate, len, len, true); in spapr_exit_nested()
350 address_space_unmap(CPU(cpu)->as, regs, len, 0, true); in spapr_exit_nested()
375 address_space_unmap(CPU(cpu)->as, regs, len, len, true); in spapr_exit_nested()
/openbmc/qemu/include/sysemu/
H A Ddma.h236 address_space_unmap(as, buffer, (hwaddr)len, in dma_memory_unmap()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c281 address_space_unmap(&s->dram_as, iov[i - 1].iov_base, in do_hash_operation()
/openbmc/qemu/docs/devel/
H A Dmemory.rst150 address_space_map operation and the corresponding address_space_unmap.
184 - when address_space_unmap is called, the reference to the memory region's
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its.c1290 address_space_unmap(as, hostmem, buflen, false, 0); in process_cmdq()
1301 address_space_unmap(as, hostmem, buflen, false, 0); in process_cmdq()
H A Dspapr_xive.c1410 address_space_unmap(CPU(cpu)->as, eq, plen, true, plen); in h_int_set_queue_config()
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c547 address_space_unmap(CPU(cpu)->as, (void *)hptes, n * HASH_PTE_SIZE_64, in ppc_hash64_unmap_hptes()
/openbmc/qemu/include/exec/
H A Dmemory.h2932 void address_space_unmap(AddressSpace *as, void *buffer, hwaddr len,
/openbmc/qemu/target/i386/
H A Dsev.c1380 address_space_unmap(&address_space_memory, padded_ht, in sev_add_kernel_loader_hashes()
/openbmc/qemu/system/
H A Dphysmem.c3186 void address_space_unmap(AddressSpace *as, void *buffer, hwaddr len, in address_space_unmap() function
3227 return address_space_unmap(&address_space_memory, buffer, len, is_write, access_len); in cpu_physical_memory_unmap()