Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ intr_restore
Function
intr_restore
freebsd/mips/include/cpufunc.h:348–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
static __inline void
349
intr_restore(register_t ie)
350
{
351
if (ie == MIPS_SR_INT_IE) {
352
intr_enable();
353
}
354
}
355
356
static __inline uint32_t
357
set_intr_mask(uint32_t mask)
Callers
10
trapDump
Function · 0.50
spinlock_exit
Function · 0.50
tlb_insert_wired
Function · 0.50
tlb_invalidate_address
Function · 0.50
tlb_invalidate_all
Function · 0.50
tlb_invalidate_all_user
Function · 0.50
tlb_invalidate_range
Function · 0.50
tlb_update
Function · 0.50
nexus_setup_intr
Function · 0.50
xlp_simplebus_setup_intr
Function · 0.50
Calls
1
intr_enable
Function · 0.70
Tested by
no test coverage detected