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

Function rdr0

freebsd/amd64/include/cpufunc.h:751–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751static __inline uint64_t
752rdr0(void)
753{
754 uint64_t data;
755 __asm __volatile("movq %%dr0,%0" : "=r" (data));
756 return (data);
757}
758
759static __inline void
760load_dr0(uint64_t dr0)

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