Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ kcsan_md_enable_intrs
Function
kcsan_md_enable_intrs
freebsd/amd64/include/csan.h:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
static inline void
58
kcsan_md_enable_intrs(uint64_t *state)
59
{
60
61
intr_restore(*state);
62
}
63
64
static inline void
65
kcsan_md_delay(uint64_t us)
Callers
1
kcsan_access
Function · 0.50
Calls
1
intr_restore
Function · 0.70
Tested by
no test coverage detected