Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ disable_gintr
Function
disable_gintr
freebsd/amd64/vmm/amd/svm.c:1916–1921 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1914
}
1915
1916
static __inline void
1917
disable_gintr(void)
1918
{
1919
1920
__asm __volatile(
"clgi"
);
1921
}
1922
1923
static __inline void
1924
enable_gintr(void)
Callers
1
svm_run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected