Searched refs:IO_MEM_NOTDIRTY (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-common.h127 #define IO_MEM_NOTDIRTY (3 << IO_MEM_SHIFT) macro
H A Dsoftmmu_template.h85 if (index > (IO_MEM_NOTDIRTY >> IO_MEM_SHIFT)
236 if (index > (IO_MEM_NOTDIRTY >> IO_MEM_SHIFT)
H A Dexec.c2433 iotlb |= IO_MEM_NOTDIRTY;
3751 cpu_register_io_memory_fixed(IO_MEM_NOTDIRTY, error_mem_read, notdirty_mem_write, NULL);

Completed in 64 milliseconds