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

Function intr_restore

freebsd/arm64/include/cpufunc.h:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static __inline void
137intr_restore(register_t s)
138{
139
140 WRITE_SPECIALREG(daif, s);
141}
142
143static __inline void
144intr_enable(void)

Callers 5

kcsan_md_enable_intrsFunction · 0.70
pmap_klookupFunction · 0.50
pmap_update_entryFunction · 0.50
pmap_faultFunction · 0.50
spinlock_exitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected