| 39 | void dumpsys_wbinv_all(void); |
| 40 | |
| 41 | static inline void |
| 42 | dumpsys_pa_init(void) |
| 43 | { |
| 44 | |
| 45 | dumpsys_gen_pa_init(); |
| 46 | } |
| 47 | |
| 48 | static inline struct dump_pa * |
| 49 | dumpsys_pa_next(struct dump_pa *p) |
nothing calls this directly
no test coverage detected