Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ load_cr3
Function
load_cr3
freebsd/amd64/include/cpufunc.h:432–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
430
}
431
432
static __inline void
433
load_cr3(u_long data)
434
{
435
436
__asm __volatile(
"movq %0,%%cr3"
: :
"r"
(data) :
"memory"
);
437
}
438
439
static __inline u_long
440
rcr3(void)
Callers
10
invltlb
Function · 0.70
efi_arch_enter
Function · 0.50
efi_arch_leave
Function · 0.50
pmap_bootstrap
Function · 0.50
pmap_invalidate_all_pcid_cb
Function · 0.50
pmap_invalidate_all
Function · 0.50
pmap_activate_sw_pcid_pti
Function · 0.50
pmap_activate_sw_pcid_nopti
Function · 0.50
pmap_activate_sw_nopcid_nopti
Function · 0.50
invltlb_pcid_handler
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected