Home
last modified time | relevance | path

Searched refs:IO_MEM_ROM (Results 1 – 11 of 11) sorted by relevance

/external/qemu/
Dcpu-common.h110 #define IO_MEM_ROM (1 << IO_MEM_SHIFT) /* hardcoded offset */ macro
Dexec.c2018 if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) { in tlb_set_page_exec()
2023 if ((pd & ~TARGET_PAGE_MASK) <= IO_MEM_ROM) { in tlb_set_page_exec()
2029 iotlb |= IO_MEM_ROM; in tlb_set_page_exec()
2073 if ((pd & ~TARGET_PAGE_MASK) == IO_MEM_ROM || in tlb_set_page_exec()
2419 if ((phys_offset & ~TARGET_PAGE_MASK) <= IO_MEM_ROM || in cpu_register_physical_memory_log()
2427 if ((phys_offset & ~TARGET_PAGE_MASK) <= IO_MEM_ROM || in cpu_register_physical_memory_log()
3258 cpu_register_io_memory_fixed(IO_MEM_ROM, error_mem_read, unassigned_mem_write, NULL); in io_mem_init()
3374 if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && in cpu_physical_memory_rw()
3433 (pd & ~TARGET_PAGE_MASK) != IO_MEM_ROM && in cpu_physical_memory_write_rom()
3609 if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && in ldl_phys()
[all …]
Dexec-all.h401 if (pd > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) { in get_phys_addr_code()
Dkvm-all.c693 phys_offset &= ~IO_MEM_ROM; in kvm_set_phys_mem()
Dkqemu.c341 case IO_MEM_ROM: in kqemu_set_phys_mem()
/external/qemu/hw/
Darmv7m.c196 flash_size) | IO_MEM_ROM); in armv7m_init()
Dmips_r4k.c226 bios_offset | IO_MEM_ROM); in mips_r4k_init()
Dpiix_pci.c76 start | IO_MEM_ROM); in update_pam()
Dpc.c998 (bios_offset + bios_size - isa_bios_size) | IO_MEM_ROM);
1035 bios_size, bios_offset | IO_MEM_ROM);
/external/qemu/target-i386/
Dhax-darwin.c77 info.flags = (flags & IO_MEM_ROM) ? 1 : 0; in hax_set_phys_mem()
Dhax-windows.c119 info.flags = (flags & IO_MEM_ROM) ? 1 : 0; in hax_set_phys_mem()