Searched refs:bpnum (Results 1 – 2 of 2) sorted by relevance
87 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type) in decode_dr7() argument89 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE); in decode_dr7()94 return (dr7 >> (bpnum * DR_ENABLE_SIZE)) & 0x3; in decode_dr7()
67 int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type);