Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rcr2
Function
rcr2
freebsd/i386/include/cpufunc.h:458–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
456
}
457
458
static __inline u_int
459
rcr2(void)
460
{
461
u_int data;
462
463
__asm __volatile(
"movl %%cr2,%0"
:
"=r"
(data));
464
return (data);
465
}
466
467
static __inline void
468
load_cr3(u_int data)
Callers
2
trap
Function · 0.50
machdep.c
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected