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

Function rcr2

freebsd/i386/include/cpufunc.h:458–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458static __inline u_int
459rcr2(void)
460{
461 u_int data;
462
463 __asm __volatile("movl %%cr2,%0" : "=r" (data));
464 return (data);
465}
466
467static __inline void
468load_cr3(u_int data)

Callers 2

trapFunction · 0.50
machdep.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected