Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dhelper.c778 if (!(next & M68K_DESC_USED) && !debug) { in get_physical_address()
779 address_space_stl(cs->as, entry, next | M68K_DESC_USED, in get_physical_address()
805 if (!(next & M68K_DESC_USED) && !debug) { in get_physical_address()
806 address_space_stl(cs->as, entry, next | M68K_DESC_USED, in get_physical_address()
846 if (!(next & M68K_DESC_USED) && !debug) { in get_physical_address()
847 address_space_stl(cs->as, entry, next | M68K_DESC_USED, in get_physical_address()
853 } else if ((next & (M68K_DESC_MODIFIED | M68K_DESC_USED)) != in get_physical_address()
854 (M68K_DESC_MODIFIED | M68K_DESC_USED) && !debug) { in get_physical_address()
856 next | (M68K_DESC_MODIFIED | M68K_DESC_USED), in get_physical_address()
863 if (!(next & M68K_DESC_USED) && !debug) { in get_physical_address()
[all …]
H A Dcpu.h314 #define M68K_DESC_USED 0x00000008 macro