Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ load_cr4
Function
load_cr4
freebsd/amd64/include/cpufunc.h:448–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
}
447
448
static __inline void
449
load_cr4(u_long data)
450
{
451
__asm __volatile(
"movq %0,%%cr4"
: :
"r"
(data));
452
}
453
454
static __inline u_long
455
rcr4(void)
Callers
7
invltlb_glob
Function · 0.70
vmx_disable
Function · 0.50
vmx_enable
Function · 0.50
initializecpu
Function · 0.50
pmap_bootstrap
Function · 0.50
pmap_init_pat
Function · 0.50
fpuinit
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected