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

Function intr_enable

freebsd/mips/include/cpufunc.h:337–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337static __inline register_t
338intr_enable(void)
339{
340 register_t s;
341
342 s = mips_rd_status();
343 mips_wr_status(s | MIPS_SR_INT_IE);
344
345 return (s);
346}
347
348static __inline void
349intr_restore(register_t ie)

Callers 3

intr_restoreFunction · 0.70
trapFunction · 0.50
configure_finalFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected