Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ intr_disable
Function
intr_disable
freebsd/arm/include/cpufunc.h:149–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
static __inline register_t
150
intr_disable(void)
151
{
152
153
return (disable_interrupts(PSR_I | PSR_F));
154
}
155
156
static __inline void
157
intr_restore(register_t s)
Callers
10
XX_DisableAllIntr
Function · 0.50
cpu_reset
Function · 0.50
bcm_systimer_start
Function · 0.50
kdb_trap
Function · 0.50
witness_unlock
Function · 0.50
identifycyrix
Function · 0.50
lapic_write_icr
Function · 0.50
native_lapic_xapic_mode
Function · 0.50
native_lapic_setup
Function · 0.50
cpu_est_clockrate
Function · 0.50
Calls
1
disable_interrupts
Function · 0.85
Tested by
no test coverage detected