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

Function rdr7

freebsd/amd64/include/cpufunc.h:821–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821static __inline uint64_t
822rdr7(void)
823{
824 uint64_t data;
825 __asm __volatile("movq %%dr7,%0" : "=r" (data));
826 return (data);
827}
828
829static __inline void
830load_dr7(uint64_t dr7)

Callers 5

svm_dr_enter_guestFunction · 0.50
vmx_dr_enter_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