Lines Matching refs:M68K_DESC_USED
778 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()
864 address_space_stl(cs->as, entry, next | M68K_DESC_USED, in get_physical_address()