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

Function shared_page_write

freebsd/kern/kern_sharedpage.c:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70#endif
71
72void
73shared_page_write(int base, int size, const void *data)
74{
75
76 bcopy(data, shared_page_mapping + base, size);
77}
78
79static int
80shared_page_alloc_locked(int size, int align)

Callers 3

shared_page_fillFunction · 0.85
alloc_sv_tkFunction · 0.85
alloc_sv_tk_compat32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected