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

Function dumpsys_pa_next

freebsd/x86/include/dump.h:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static inline struct dump_pa *
53dumpsys_pa_next(struct dump_pa *p)
54{
55
56 return (dumpsys_gen_pa_next(p));
57}
58
59static inline void
60dumpsys_wbinv_all(void)

Callers

nothing calls this directly

Calls 1

dumpsys_gen_pa_nextFunction · 0.85

Tested by

no test coverage detected