Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dhelper.c600 if (ttr & M68K_DESC_WRITEPROT) { in dump_ttr()
720 if ((ttr & M68K_DESC_WRITEPROT) == 0) { in check_TTR()
782 if (next & M68K_DESC_WRITEPROT) { in get_physical_address()
809 if (next & M68K_DESC_WRITEPROT) { in get_physical_address()
842 if (next & M68K_DESC_WRITEPROT) { in get_physical_address()
884 if (next & M68K_DESC_WRITEPROT) { in get_physical_address()
H A Dcpu.h311 #define M68K_DESC_WRITEPROT 0x00000004 macro