Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ load_cr3
Function
load_cr3
freebsd/i386/include/cpufunc.h:467–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
static __inline void
468
load_cr3(u_int data)
469
{
470
471
__asm __volatile(
"movl %0,%%cr3"
: :
"r"
(data) :
"memory"
);
472
}
473
474
static __inline u_int
475
rcr3(void)
Callers
4
invltlb
Function · 0.70
__CONCAT(PMTYPE, remap_lower)
Function · 0.50
__CONCAT(PMTYPE, cold)
Function · 0.50
hammer_time_xen_legacy
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected