MCPcopy 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
1916static __inline void
1917disable_gintr(void)
1918{
1919
1920 __asm __volatile("clgi");
1921}
1922
1923static __inline void
1924enable_gintr(void)

Callers 1

svm_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected