Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rcr2
Function
rcr2
freebsd/amd64/include/cpufunc.h:423–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
static __inline u_long
424
rcr2(void)
425
{
426
u_long data;
427
428
__asm __volatile(
"movq %%cr2,%0"
:
"=r"
(data));
429
return (data);
430
}
431
432
static __inline void
433
load_cr3(u_long data)
Callers
1
machdep.c
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected