Home
last modified time | relevance | path

Searched refs:M68K_UDT_VALID (Results 1 – 2 of 2) sorted by relevance

/qemu/target/m68k/
H A Dhelper.c510 if (txres != MEMTX_OK || !M68K_UDT_VALID(tia)) { in dump_address_map()
516 if (txres != MEMTX_OK || !M68K_UDT_VALID(tib)) { in dump_address_map()
775 if (!M68K_UDT_VALID(next)) { in get_physical_address()
802 if (!M68K_UDT_VALID(next)) { in get_physical_address()
H A Dcpu.h337 #define M68K_UDT_VALID(entry) (entry & 2) macro