Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rcr0
Function
rcr0
freebsd/amd64/include/cpufunc.h:414–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
}
413
414
static __inline u_long
415
rcr0(void)
416
{
417
u_long data;
418
419
__asm __volatile(
"movq %%cr0,%0"
:
"=r"
(data));
420
return (data);
421
}
422
423
static __inline u_long
424
rcr2(void)
Callers
8
vmm_host_state_init
Function · 0.50
save_guest_fpustate
Function · 0.50
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
machdep.c
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected