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

Function dumpsys_pa_next

freebsd/mips/include/dump.h:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static inline struct dump_pa *
49dumpsys_pa_next(struct dump_pa *p)
50{
51
52 return (dumpsys_gen_pa_next(p));
53}
54
55static inline void
56dumpsys_unmap_chunk(vm_paddr_t pa, size_t s, void *va)

Callers

nothing calls this directly

Calls 1

dumpsys_gen_pa_nextFunction · 0.85

Tested by

no test coverage detected