Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
int32_t
465
fuword32(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
475
int64_t
Callers
5
trap
Function · 0.85
MipsEmulateBranch
Function · 0.85
do_sem2_wait
Function · 0.85
aiocb32_fetch_status
Function · 0.85
aiocb32_fetch_error
Function · 0.85
Calls
1
fueword32
Function · 0.85
Tested by
no test coverage detected