Searched refs:should_be_set (Results 1 – 2 of 2) sorted by relevance
11804 pmap_test_check_refmod(pmap_paddr_t pa, unsigned int should_be_set) argument11806 unsigned int should_be_clear = (~should_be_set) & (VM_MEM_REFERENCED | VM_MEM_MODIFIED);11809 bool retval = (((bits & should_be_set) == should_be_set) && ((bits & should_be_clear) == 0));11815 (void*)pa, should_be_set);
14717 pmap_test_check_refmod(pmap_paddr_t pa, unsigned int should_be_set) argument14719 unsigned int should_be_clear = (~should_be_set) & (VM_MEM_REFERENCED | VM_MEM_MODIFIED);14722 bool retval = (((bits & should_be_set) == should_be_set) && ((bits & should_be_clear) == 0));14728 (void*)pa, should_be_set);