Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ disable_intr
Function
disable_intr
freebsd/amd64/include/cpufunc.h:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
static __inline void
105
disable_intr(void)
106
{
107
__asm __volatile(
"cli"
: : :
"memory"
);
108
}
109
110
static __inline void
111
do_cpuid(u_int ax, u_int *p)
Callers
2
intr_disable
Function · 0.70
vmx_run
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected