| 171 | } |
| 172 | |
| 173 | static __inline int |
| 174 | pte1_is_section(pt1_entry_t pte1) |
| 175 | { |
| 176 | |
| 177 | return ((pte1 & L1_TYPE_MASK) == L1_TYPE_S); |
| 178 | } |
| 179 | |
| 180 | static __inline boolean_t |
| 181 | pte1_is_dirty(pt1_entry_t pte1) |
no outgoing calls
no test coverage detected