Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/ !
H A Dpmap.c12975 pmap_test_check_refmod(pmap_paddr_t pa, unsigned int should_be_set) argument
12977 unsigned int should_be_clear = (~should_be_set) & (VM_MEM_REFERENCED | VM_MEM_MODIFIED);
12980 bool retval = (((bits & should_be_set) == should_be_set) && ((bits & should_be_clear) == 0));
12986 (void*)pa, should_be_set);