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

Function rdr1

freebsd/amd64/include/cpufunc.h:765–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765static __inline uint64_t
766rdr1(void)
767{
768 uint64_t data;
769 __asm __volatile("movq %%dr1,%0" : "=r" (data));
770 return (data);
771}
772
773static __inline void
774load_dr1(uint64_t dr1)

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