Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/
H A Dpmap.c12970 unsigned int should_be_clear = (~should_be_set) & (VM_MEM_REFERENCED | VM_MEM_MODIFIED); local
12973 bool retval = (((bits & should_be_set) == should_be_set) && ((bits & should_be_clear) == 0));