Home
last modified time | relevance | path

Searched refs:IO_MEM_UNASSIGNED (Results 1 – 7 of 7) sorted by relevance

/external/qemu/
Dexec.c379 pd[i].phys_offset = IO_MEM_UNASSIGNED; in phys_page_find_alloc()
1354 pd = IO_MEM_UNASSIGNED; in breakpoint_invalidate()
2007 pd = IO_MEM_UNASSIGNED; in tlb_set_page_exec()
2388 if (phys_offset == IO_MEM_UNASSIGNED) { in cpu_register_physical_memory_log()
2398 if (p && p->phys_offset != IO_MEM_UNASSIGNED) { in cpu_register_physical_memory_log()
2439 &p->phys_offset, IO_MEM_UNASSIGNED, in cpu_register_physical_memory_log()
2466 return IO_MEM_UNASSIGNED; in cpu_get_physical_page_desc()
3259 … cpu_register_io_memory_fixed(IO_MEM_UNASSIGNED, unassigned_mem_read, unassigned_mem_write, NULL); in io_mem_init()
3330 pd = IO_MEM_UNASSIGNED; in cpu_physical_memory_rw()
3427 pd = IO_MEM_UNASSIGNED; in cpu_physical_memory_write_rom()
[all …]
Dkvm-all.c680 if (flags >= IO_MEM_UNASSIGNED) { in kvm_set_phys_mem()
701 if (flags < IO_MEM_UNASSIGNED && start_addr >= mem->start_addr && in kvm_set_phys_mem()
730 flags < IO_MEM_UNASSIGNED) { in kvm_set_phys_mem()
791 if (flags >= IO_MEM_UNASSIGNED) in kvm_set_phys_mem()
Dcpu-common.h111 #define IO_MEM_UNASSIGNED (2 << IO_MEM_SHIFT) macro
/external/qemu/hw/
Dsysbus.c45 IO_MEM_UNASSIGNED); in sysbus_mmio_map()
Dpci.c303 IO_MEM_UNASSIGNED); in pci_unregister_io_regions()
421 IO_MEM_UNASSIGNED); in pci_update_mappings()
/external/qemu/target-i386/
Dhax-darwin.c64 if (flags >= IO_MEM_UNASSIGNED) in hax_set_phys_mem()
Dhax-windows.c105 if (flags >= IO_MEM_UNASSIGNED) in hax_set_phys_mem()