| 46 | } |
| 47 | |
| 48 | static inline struct dump_pa * |
| 49 | dumpsys_pa_next(struct dump_pa *p) |
| 50 | { |
| 51 | |
| 52 | return (dumpsys_gen_pa_next(p)); |
| 53 | } |
| 54 | |
| 55 | static inline void |
| 56 | dumpsys_unmap_chunk(vm_paddr_t pa, size_t s, void *va) |
nothing calls this directly
no test coverage detected