MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rcr3

Function rcr3

freebsd/amd64/include/cpufunc.h:439–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439static __inline u_long
440rcr3(void)
441{
442 u_long data;
443
444 __asm __volatile("movq %%cr3,%0" : "=r" (data));
445 return (data);
446}
447
448static __inline void
449load_cr4(u_long data)

Callers 5

invltlbFunction · 0.70
vmx_runFunction · 0.50
machdep.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected