| 208 | } |
| 209 | |
| 210 | static __inline pt1_entry_t |
| 211 | pte1_load(pt1_entry_t *pte1p) |
| 212 | { |
| 213 | pt1_entry_t pte1; |
| 214 | |
| 215 | pte1 = *pte1p; |
| 216 | return (pte1); |
| 217 | } |
| 218 | |
| 219 | static __inline pt1_entry_t |
| 220 | pte1_load_clear(pt1_entry_t *pte1p) |
no outgoing calls
no test coverage detected