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

Function intr_enable

freebsd/arm64/include/cpufunc.h:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static __inline void
144intr_enable(void)
145{
146
147 __asm __volatile("msr daifclr, #2");
148}
149
150static __inline register_t
151get_midr(void)

Callers 3

data_abortFunction · 0.50
do_el0_syncFunction · 0.50
configure_finalFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected