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

Function rdr2

freebsd/amd64/include/cpufunc.h:779–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779static __inline uint64_t
780rdr2(void)
781{
782 uint64_t data;
783 __asm __volatile("movq %%dr2,%0" : "=r" (data));
784 return (data);
785}
786
787static __inline void
788load_dr2(uint64_t dr2)

Callers 7

svm_dr_enter_guestFunction · 0.50
svm_dr_leave_guestFunction · 0.50
vmx_dr_enter_guestFunction · 0.50
vmx_dr_leave_guestFunction · 0.50
machdep.cFile · 0.50
fill_dbregsFunction · 0.50
user_dbreg_trapFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected