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

Function kcsan_copyout

freebsd/kern/subr_csan.c:373–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373int
374kcsan_copyout(const void *kaddr, void *uaddr, size_t len)
375{
376 kcsan_access((uintptr_t)kaddr, len, false, false, __RET_ADDR);
377 return copyout(kaddr, uaddr, len);
378}
379
380/* -------------------------------------------------------------------------- */
381

Callers

nothing calls this directly

Calls 2

kcsan_accessFunction · 0.85
copyoutFunction · 0.50

Tested by

no test coverage detected