Searched refs:DR_CONTROL_MASK (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Daarch64-hw-point.h72 #define DR_CONTROL_MASK(ctrl) (((ctrl) >> 5) & 0xff) macro
H A Daarch64-hw-point.c41 uint8_t mask = DR_CONTROL_MASK (ctrl);
59 uint8_t mask = DR_CONTROL_MASK (ctrl);
71 DR_CONTROL_MASK (ctrl));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Daarch64-linux-hw-point.h86 #define DR_CONTROL_MASK(ctrl) (((ctrl) >> 5) & 0xff) macro
H A Daarch64-linux-hw-point.c39 contiguous range of bits in 8-bit byte DR_CONTROL_MASK. A buggy
50 uint8_t mask = DR_CONTROL_MASK (ctrl);
68 uint8_t mask = DR_CONTROL_MASK (ctrl);
80 DR_CONTROL_MASK (ctrl));

Completed in 184 milliseconds