MCPcopy 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
467static __inline void
468load_cr3(u_int data)
469{
470
471 __asm __volatile("movl %0,%%cr3" : : "r" (data) : "memory");
472}
473
474static __inline u_int
475rcr3(void)

Callers 4

invltlbFunction · 0.70
__CONCAT(PMTYPE, cold)Function · 0.50
hammer_time_xen_legacyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected