| 332 | } |
| 333 | |
| 334 | static __inline pt2_entry_t |
| 335 | pte2_load(pt2_entry_t *pte2p) |
| 336 | { |
| 337 | pt2_entry_t pte2; |
| 338 | |
| 339 | pte2 = *pte2p; |
| 340 | return (pte2); |
| 341 | } |
| 342 | |
| 343 | static __inline pt2_entry_t |
| 344 | pte2_load_clear(pt2_entry_t *pte2p) |
no outgoing calls
no test coverage detected