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

Function fuword32

freebsd/kern/subr_uio.c:464–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464int32_t
465fuword32(volatile const void *addr)
466{
467 int rv;
468 int32_t val;
469
470 rv = fueword32(addr, &val);
471 return (rv == -1 ? -1 : val);
472}
473
474#ifdef _LP64
475int64_t

Callers 5

trapFunction · 0.85
MipsEmulateBranchFunction · 0.85
do_sem2_waitFunction · 0.85
aiocb32_fetch_statusFunction · 0.85
aiocb32_fetch_errorFunction · 0.85

Calls 1

fueword32Function · 0.85

Tested by

no test coverage detected