Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ enable_intr
Function
enable_intr
freebsd/i386/include/cpufunc.h:153–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
#endif
152
153
static __inline void
154
enable_intr(void)
155
{
156
157
__asm __volatile(
"sti"
);
158
}
159
160
static __inline void
161
cpu_monitor(const void *addr, u_long extensions, u_int hints)
Callers
9
k6_mrset
Function · 0.50
trap
Function · 0.50
trap_user_dtrace
Function · 0.50
isa_dmastatus_locked
Function · 0.50
intr_init_final
Function · 0.50
cpu_idle_acpi
Function · 0.50
cpu_idle_hlt
Function · 0.50
cpu_idle_mwait
Function · 0.50
pn7_setfidvid
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected