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

Function disable_intr

freebsd/i386/include/cpufunc.h:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static __inline void
105disable_intr(void)
106{
107
108 __asm __volatile("cli" : : : "memory");
109}
110
111#ifdef _KERNEL
112static __inline void

Callers 8

intr_disableFunction · 0.70
k6_mrsetFunction · 0.50
isa_dmastatus_lockedFunction · 0.50
cpu_reset_realFunction · 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