MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dumpsys_pa_init

Function dumpsys_pa_init

freebsd/mips/include/dump.h:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39void dumpsys_wbinv_all(void);
40
41static inline void
42dumpsys_pa_init(void)
43{
44
45 dumpsys_gen_pa_init();
46}
47
48static inline struct dump_pa *
49dumpsys_pa_next(struct dump_pa *p)

Callers

nothing calls this directly

Calls 1

dumpsys_gen_pa_initFunction · 0.85

Tested by

no test coverage detected