Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ intr_enable
Function
intr_enable
freebsd/arm64/include/cpufunc.h:143–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
static __inline void
144
intr_enable(void)
145
{
146
147
__asm __volatile(
"msr daifclr, #2"
);
148
}
149
150
static __inline register_t
151
get_midr(void)
Callers
3
data_abort
Function · 0.50
do_el0_sync
Function · 0.50
configure_final
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected