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

Function rcr2

freebsd/amd64/include/cpufunc.h:423–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423static __inline u_long
424rcr2(void)
425{
426 u_long data;
427
428 __asm __volatile("movq %%cr2,%0" : "=r" (data));
429 return (data);
430}
431
432static __inline void
433load_cr3(u_long data)

Callers 1

machdep.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected