Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ intr_restore
Function
intr_restore
freebsd/arm/include/cpufunc.h:156–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
static __inline void
157
intr_restore(register_t s)
158
{
159
160
restore_interrupts(s);
161
}
162
#undef __ARM_INTR_BITS
163
164
/*
Callers
9
XX_RestoreAllIntr
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
restore_interrupts
Function · 0.85
Tested by
no test coverage detected