Searched refs:write_dr7 (Results 1 – 2 of 2) sorted by relevance
177 write_dr7(flags | DR7_DR0G); in Debug_SetBreakpoint()180 write_dr7(flags | DR7_DR1G); in Debug_SetBreakpoint()183 write_dr7(flags | DR7_DR2G); in Debug_SetBreakpoint()186 write_dr7(flags | DR7_DR3G); in Debug_SetBreakpoint()220 write_dr7(flags); in Debug_ClearBreakpoint()
289 static INLINE void write_dr7(uint64_t val) in write_dr7() function