Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ disable_intr
Function
disable_intr
freebsd/i386/include/cpufunc.h:104–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
static __inline void
105
disable_intr(void)
106
{
107
108
__asm __volatile(
"cli"
: : :
"memory"
);
109
}
110
111
#ifdef _KERNEL
112
static __inline void
Callers
8
intr_disable
Function · 0.70
k6_mrset
Function · 0.50
isa_dmastatus_locked
Function · 0.50
cpu_reset_real
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