Home
last modified time | relevance | path

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

/external/qemu/
Dexec.c378 pd[i].phys_offset = IO_MEM_UNASSIGNED; in phys_page_find_alloc()
1353 pd = IO_MEM_UNASSIGNED; in breakpoint_invalidate()
2006 pd = IO_MEM_UNASSIGNED; in tlb_set_page_exec()
2383 if (phys_offset == IO_MEM_UNASSIGNED) { in cpu_register_physical_memory_log()
2393 if (p && p->phys_offset != IO_MEM_UNASSIGNED) { in cpu_register_physical_memory_log()
2434 &p->phys_offset, IO_MEM_UNASSIGNED, in cpu_register_physical_memory_log()
2461 return IO_MEM_UNASSIGNED; in cpu_get_physical_page_desc()
3233 … cpu_register_io_memory_fixed(IO_MEM_UNASSIGNED, unassigned_mem_read, unassigned_mem_write, NULL); in io_mem_init()
3304 pd = IO_MEM_UNASSIGNED; in cpu_physical_memory_rw()
3401 pd = IO_MEM_UNASSIGNED; in cpu_physical_memory_write_rom()
[all …]
Dkvm-all.c677 if (flags >= IO_MEM_UNASSIGNED) { in kvm_set_phys_mem()
698 if (flags < IO_MEM_UNASSIGNED && start_addr >= mem->start_addr && in kvm_set_phys_mem()
727 flags < IO_MEM_UNASSIGNED) { in kvm_set_phys_mem()
788 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()