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

Function intr_restore

freebsd/arm/include/cpufunc.h:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156static __inline void
157intr_restore(register_t s)
158{
159
160 restore_interrupts(s);
161}
162#undef __ARM_INTR_BITS
163
164/*

Callers 9

XX_RestoreAllIntrFunction · 0.50
bcm_systimer_startFunction · 0.50
kdb_trapFunction · 0.50
witness_unlockFunction · 0.50
identifycyrixFunction · 0.50
lapic_write_icrFunction · 0.50
native_lapic_xapic_modeFunction · 0.50
native_lapic_setupFunction · 0.50
cpu_est_clockrateFunction · 0.50

Calls 1

restore_interruptsFunction · 0.85

Tested by

no test coverage detected