Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
430
static __inline void
431
write_eflags(u_int ef)
432
{
433
__asm __volatile(
"pushl %0; popfl"
: :
"r"
(ef));
434
}
435
436
static __inline void
437
wrmsr(u_int msr, uint64_t newval)
Callers
1
intr_restore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected