Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ enable_gintr
Function
enable_gintr
freebsd/amd64/vmm/amd/svm.c:1923–1928 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1921
}
1922
1923
static __inline void
1924
enable_gintr(void)
1925
{
1926
1927
__asm __volatile(
"stgi"
);
1928
}
1929
1930
static __inline void
1931
svm_dr_enter_guest(struct svm_regctx *gctx)
Callers
1
svm_run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected