Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ intr_restore
Function
intr_restore
freebsd/arm64/include/cpufunc.h:136–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
static __inline void
137
intr_restore(register_t s)
138
{
139
140
WRITE_SPECIALREG(daif, s);
141
}
142
143
static __inline void
144
intr_enable(void)
Callers
5
kcsan_md_enable_intrs
Function · 0.70
pmap_klookup
Function · 0.50
pmap_update_entry
Function · 0.50
pmap_fault
Function · 0.50
spinlock_exit
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected