| 51 | } |
| 52 | |
| 53 | static inline struct dump_pa * |
| 54 | dumpsys_pa_next(struct dump_pa *p) |
| 55 | { |
| 56 | |
| 57 | return (dumpsys_gen_pa_next(p)); |
| 58 | } |
| 59 | |
| 60 | static inline void |
| 61 | dumpsys_unmap_chunk(vm_paddr_t pa, size_t s, void *va) |
nothing calls this directly
no test coverage detected