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

Function intr_restore

freebsd/amd64/include/cpufunc.h:845–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845static __inline void
846intr_restore(register_t rflags)
847{
848 write_rflags(rflags);
849}
850
851static __inline void
852stac(void)

Callers 5

kcsan_md_enable_intrsFunction · 0.70
fpuinitFunction · 0.50
fpuinitstateFunction · 0.50
spinlock_exitFunction · 0.50
set_pcb_flags_fsgsbaseFunction · 0.50

Calls 1

write_rflagsFunction · 0.85

Tested by

no test coverage detected