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

Function rdr3

freebsd/amd64/include/cpufunc.h:793–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793static __inline uint64_t
794rdr3(void)
795{
796 uint64_t data;
797 __asm __volatile("movq %%dr3,%0" : "=r" (data));
798 return (data);
799}
800
801static __inline void
802load_dr3(uint64_t dr3)

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