14 if ((range != 0x00) && (range != 0x60) && (range != 0x7f)) {
32 if (address != 0x7ff0)
return;
35 if ((address & 0xf000) != 0x6000)
return;
38 if (address != 0x7ffe)
return;
50 if (address == (0x7ff0 & CacheLine::HIGH))
return nullptr;
53 if ((address & 0xf000) == 0x6000)
return nullptr;
56 if (address == (0x7ffe & CacheLine::HIGH))
return nullptr;