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

Function write_eflags

freebsd/i386/include/cpufunc.h:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430static __inline void
431write_eflags(u_int ef)
432{
433 __asm __volatile("pushl %0; popfl" : : "r" (ef));
434}
435
436static __inline void
437wrmsr(u_int msr, uint64_t newval)

Callers 1

intr_restoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected