Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ load_cr0
Function
load_cr0
freebsd/amd64/include/cpufunc.h:407–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
static __inline void
408
load_cr0(u_long data)
409
{
410
411
__asm __volatile(
"movq %0,%%cr0"
: :
"r"
(data));
412
}
413
414
static __inline u_long
415
rcr0(void)
Callers
5
pmap_init_pat
Function · 0.50
fpu.c
File · 0.50
fpuresume
Function · 0.50
init_secondary
Function · 0.50
cpu_setregs
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected