Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ intr_restore
Function
intr_restore
freebsd/amd64/include/cpufunc.h:845–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
843
}
844
845
static __inline void
846
intr_restore(register_t rflags)
847
{
848
write_rflags(rflags);
849
}
850
851
static __inline void
852
stac(void)
Callers
5
kcsan_md_enable_intrs
Function · 0.70
fpuinit
Function · 0.50
fpuinitstate
Function · 0.50
spinlock_exit
Function · 0.50
set_pcb_flags_fsgsbase
Function · 0.50
Calls
1
write_rflags
Function · 0.85
Tested by
no test coverage detected