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

Function intr_restore

freebsd/i386/include/cpufunc.h:732–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732static __inline void
733intr_restore(register_t eflags)
734{
735 write_eflags(eflags);
736}
737
738static __inline uint32_t
739rdpkru(void)

Callers 15

init_bluelightningFunction · 0.50
init_486dlcFunction · 0.50
init_cy486dxFunction · 0.50
init_5x86Function · 0.50
init_i486_on_386Function · 0.50
init_6x86Function · 0.50
init_6x86MXFunction · 0.50
init_mendocinoFunction · 0.50
enable_K5_wt_allocFunction · 0.50
enable_K6_wt_allocFunction · 0.50
enable_K6_2_wt_allocFunction · 0.50
initcpu.cFile · 0.50

Calls 1

write_eflagsFunction · 0.85

Tested by

no test coverage detected