MCPcopy Create free account
hub / github.com/F-Stack/f-stack / enable_intr

Function enable_intr

freebsd/i386/include/cpufunc.h:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151#endif
152
153static __inline void
154enable_intr(void)
155{
156
157 __asm __volatile("sti");
158}
159
160static __inline void
161cpu_monitor(const void *addr, u_long extensions, u_int hints)

Callers 9

k6_mrsetFunction · 0.50
trapFunction · 0.50
trap_user_dtraceFunction · 0.50
isa_dmastatus_lockedFunction · 0.50
intr_init_finalFunction · 0.50
cpu_idle_acpiFunction · 0.50
cpu_idle_hltFunction · 0.50
cpu_idle_mwaitFunction · 0.50
pn7_setfidvidFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected