| 2435 | } |
| 2436 | |
| 2437 | static __inline uint32_t |
| 2438 | pt2_wirecount_get(vm_page_t m, uint32_t pte1_idx) |
| 2439 | { |
| 2440 | |
| 2441 | return (m->md.pt2_wirecount[pte1_idx & PT2PG_MASK]); |
| 2442 | } |
| 2443 | |
| 2444 | static __inline boolean_t |
| 2445 | pt2_is_empty(vm_page_t m, vm_offset_t va) |
no outgoing calls
no test coverage detected