Searched refs:W_MASK (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.h83 #define W_MASK (1 << W_BIT) macro
87 #define IRW_MASK (I_MASK | R_MASK | W_MASK)
H A Dmips-linux-watch.c206 return W_MASK;
210 return (W_MASK | R_MASK);
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.h83 #define W_MASK (1 << W_BIT) macro
87 #define IRW_MASK (I_MASK | R_MASK | W_MASK)
H A Dmips-linux-watch.c199 return W_MASK;
203 return (W_MASK | R_MASK);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-linux-nat.c550 wanted_mask = W_MASK;
556 wanted_mask = R_MASK | W_MASK;
591 if (mips_linux_watch_get_watchhi (&watch_readback, n) & (R_MASK | W_MASK))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-linux-nat.c551 wanted_mask = W_MASK;
557 wanted_mask = R_MASK | W_MASK;
592 if (mips_linux_watch_get_watchhi (&watch_readback, n) & (R_MASK | W_MASK))
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-mips-low.cc656 & (R_MASK | W_MASK))
690 & (R_MASK | W_MASK))
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc656 & (R_MASK | W_MASK))
690 & (R_MASK | W_MASK))

Completed in 143 milliseconds