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.c603 if (ttr & M68K_DESC_WRITEPROT) { in dump_ttr()
723 if ((ttr & M68K_DESC_WRITEPROT) == 0) { in check_TTR()
785 if (next & M68K_DESC_WRITEPROT) { in get_physical_address()
812 if (next & M68K_DESC_WRITEPROT) { in get_physical_address()
845 if (next & M68K_DESC_WRITEPROT) { in get_physical_address()
887 if (next & M68K_DESC_WRITEPROT) { in get_physical_address()
H A Dcpu.h313 #define M68K_DESC_WRITEPROT 0x00000004 macro