Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c182 is_dirty = (rw & 1) && !(pde & PG_MODIFIED_MASK); in get_physical_address()
186 pde |= PG_MODIFIED_MASK; in get_physical_address()
193 if (!(pde & PG_MODIFIED_MASK)) { in get_physical_address()
H A Dcpu.h209 #define PG_MODIFIED_MASK (1 << PG_MODIFIED_BIT) macro