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

/vbox/src/recompiler/
H A Dcpu-common.h130 #define IO_MEM_ROMD (1) macro
H A Dexec-all.h362 if (pd > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
H A Dexec.c2415 if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
2442 IO_MEM_ROMD uses these as a ram address. */
2508 (pd & IO_MEM_ROMD)) {
2901 (phys_offset & IO_MEM_ROMD))
2909 (phys_offset & IO_MEM_ROMD)) {
3881 !(pd & IO_MEM_ROMD)) {
3958 !(pd & IO_MEM_ROMD)) {
4136 !(pd & IO_MEM_ROMD)) {
4172 !(pd & IO_MEM_ROMD)) {
4224 !(pd & IO_MEM_ROMD)) {
[all...]

Completed in 622 milliseconds