MCPcopy 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
432static __inline void
433load_cr3(u_long data)
434{
435
436 __asm __volatile("movq %0,%%cr3" : : "r" (data) : "memory");
437}
438
439static __inline u_long
440rcr3(void)

Callers 10

invltlbFunction · 0.70
efi_arch_enterFunction · 0.50
efi_arch_leaveFunction · 0.50
pmap_bootstrapFunction · 0.50
pmap_invalidate_allFunction · 0.50
invltlb_pcid_handlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected