MCPcopy 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
1923static __inline void
1924enable_gintr(void)
1925{
1926
1927 __asm __volatile("stgi");
1928}
1929
1930static __inline void
1931svm_dr_enter_guest(struct svm_regctx *gctx)

Callers 1

svm_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected