Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dmmu_helper.c186 is_dirty = (rw & 1) && !(pde & PG_MODIFIED_MASK); in get_physical_address()
190 pde |= PG_MODIFIED_MASK; in get_physical_address()
197 if (!(pde & PG_MODIFIED_MASK)) { in get_physical_address()
H A Dcpu.h211 #define PG_MODIFIED_MASK (1 << PG_MODIFIED_BIT) macro