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

Function rcr3

freebsd/i386/include/cpufunc.h:474–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474static __inline u_int
475rcr3(void)
476{
477 u_int data;
478
479 __asm __volatile("movl %%cr3,%0" : "=r" (data));
480 return (data);
481}
482
483static __inline void
484load_cr4(u_int data)

Callers 3

invltlbFunction · 0.70
machdep.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected