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

Function restore_interrupts

freebsd/arm/include/cpufunc.h:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static __inline uint32_t
143restore_interrupts(uint32_t old_cpsr)
144{
145
146 return (__set_cpsr(__ARM_INTR_BITS, old_cpsr & __ARM_INTR_BITS));
147}
148
149static __inline register_t
150intr_disable(void)

Callers 5

pmap_change_pte1Function · 0.85
fiq_claimFunction · 0.85
fiq_releaseFunction · 0.85
spinlock_exitFunction · 0.85
intr_restoreFunction · 0.85

Calls 1

__set_cpsrFunction · 0.85

Tested by

no test coverage detected