Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ wrmsr
Function
wrmsr
freebsd/i386/include/cpufunc.h:436–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
}
435
436
static __inline void
437
wrmsr(u_int msr, uint64_t newval)
438
{
439
__asm __volatile(
"wrmsr"
: :
"A"
(newval),
"c"
(msr));
440
}
441
442
static __inline void
443
load_cr0(u_int data)
Callers
15
init_bluelightning
Function · 0.50
init_winchip
Function · 0.50
init_ppro
Function · 0.50
ppro_reenable_apic
Function · 0.50
init_mendocino
Function · 0.50
init_via
Function · 0.50
init_transmeta
Function · 0.50
initializecpu
Function · 0.50
enable_K5_wt_alloc
Function · 0.50
enable_K6_wt_alloc
Function · 0.50
enable_K6_2_wt_alloc
Function · 0.50
k6_mrset
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected