| 10404 | } |
| 10405 | |
| 10406 | static void |
| 10407 | pmap_large_map_wb_fence_atomic(void) |
| 10408 | { |
| 10409 | |
| 10410 | atomic_thread_fence_seq_cst(); |
| 10411 | } |
| 10412 | |
| 10413 | static void |
| 10414 | pmap_large_map_wb_fence_nop(void) |
nothing calls this directly
no test coverage detected