Searched refs:should_be_set (Results 1 – 1 of 1) sorted by relevance
12968 pmap_test_check_refmod(pmap_paddr_t pa, unsigned int should_be_set) argument12970 unsigned int should_be_clear = (~should_be_set) & (VM_MEM_REFERENCED | VM_MEM_MODIFIED);12973 bool retval = (((bits & should_be_set) == should_be_set) && ((bits & should_be_clear) == 0));12979 (void*)pa, should_be_set);