Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ load_cr0
Function
load_cr0
freebsd/i386/include/cpufunc.h:442–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
440
}
441
442
static __inline void
443
load_cr0(u_int data)
444
{
445
446
__asm __volatile(
"movl %0,%%cr0"
: :
"r"
(data));
447
}
448
449
static __inline u_int
450
rcr0(void)
Callers
15
init_bluelightning
Function · 0.50
init_486dlc
Function · 0.50
init_5x86
Function · 0.50
init_i486_on_386
Function · 0.50
init_6x86
Function · 0.50
init_6x86MX
Function · 0.50
init_mendocino
Function · 0.50
__CONCAT(PMTYPE, cold)
Function · 0.50
__CONCAT(PMTYPE, init_pat)
Function · 0.50
init_secondary
Function · 0.50
cpu_setregs
Function · 0.50
npxsuspend
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected