Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ load_cr4
Function
load_cr4
freebsd/i386/include/cpufunc.h:483–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
}
482
483
static __inline void
484
load_cr4(u_int data)
485
{
486
__asm __volatile(
"movl %0,%%cr4"
: :
"r"
(data));
487
}
488
489
static __inline u_int
490
rcr4(void)
Callers
8
initializecpu
Function · 0.50
__CONCAT(PMTYPE, cold)
Function · 0.50
__CONCAT(PMTYPE, init_pat)
Function · 0.50
vm86_sysarch
Function · 0.50
npxinit
Function · 0.50
init_secondary_tail
Function · 0.50
x86_mrstoreone
Function · 0.50
_mca_init
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected