Searched refs:VM_MAPENT_ISWIRED (Results 1 – 3 of 3) sorted by relevance
815 if (VM_MAPENT_ISWIRED(prev_entry))1435 if (VM_MAPENT_ISWIRED(entry))1554 KASSERT(!VM_MAPENT_ISWIRED(first_entry));2233 VM_MAPENT_ISWIRED(entry))2246 VM_MAPENT_ISWIRED(entry) == 0 &&2478 if (VM_MAPENT_ISWIRED(entry))2510 if (VM_MAPENT_ISWIRED(entry) == 0) { /* not already wired? */2621 if (VM_MAPENT_ISWIRED(entry) == 0)2688 if (VM_MAPENT_ISWIRED(entry))2743 VM_MAPENT_ISWIRED(entry) == 0) { /* not already wired? */[all …]
659 wired = VM_MAPENT_ISWIRED(ufi.entry) || (fault_type == VM_FAULT_WIRE);862 (VM_MAPENT_ISWIRED(ufi.entry) ? PMAP_WIRED : 0));1884 if (VM_MAPENT_ISWIRED(entry) == 0)
166 #define VM_MAPENT_ISWIRED(entry) ((entry)->wired_count != 0) macro