Searched refs:DR7_TYPE_SHIFT (Results 1 – 2 of 2) sorted by relevance
45 return (dr7 >> (DR7_TYPE_SHIFT + (index * 4))) & 3; in hw_breakpoint_type()
287 #define DR7_TYPE_SHIFT 16 macro