Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ enable_interrupts
Function
enable_interrupts
freebsd/arm/include/cpufunc.h:135–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
static __inline uint32_t
136
enable_interrupts(uint32_t mask)
137
{
138
139
return (__set_cpsr(mask & __ARM_INTR_BITS, 0));
140
}
141
142
static __inline uint32_t
143
restore_interrupts(uint32_t old_cpsr)
Callers
6
abort_handler
Function · 0.85
init_secondary
Function · 0.85
swi_handler
Function · 0.85
configure_final
Function · 0.85
initarm
Function · 0.85
undefinedinstruction
Function · 0.85
Calls
1
__set_cpsr
Function · 0.85
Tested by
no test coverage detected