MCPcopy 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
104static __inline void
105disable_intr(void)
106{
107 __asm __volatile("cli" : : : "memory");
108}
109
110static __inline void
111do_cpuid(u_int ax, u_int *p)

Callers 2

intr_disableFunction · 0.70
vmx_runFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected