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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dmips-linux-watch.h106 uint32_t mips_linux_watch_get_watchhi (struct pt_watch_regs *regs, int n);
H A Dmips-linux-watch.c120 mips_linux_watch_get_watchhi (struct pt_watch_regs *regs, int n) function
258 t_hi = mips_linux_watch_get_watchhi (regs, i) | IRW_MASK;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dmips-linux-watch.h106 uint32_t mips_linux_watch_get_watchhi (struct pt_watch_regs *regs, int n);
H A Dmips-linux-watch.c115 mips_linux_watch_get_watchhi (struct pt_watch_regs *regs, int n) function
251 t_hi = mips_linux_watch_get_watchhi (regs, i) | IRW_MASK;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-mips-low.cc655 if (mips_linux_watch_get_watchhi (&priv->watch_readback, n)
689 if (mips_linux_watch_get_watchhi (&priv->watch_readback, n)
698 t_hi = (mips_linux_watch_get_watchhi (&priv->watch_readback, n)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc655 if (mips_linux_watch_get_watchhi (&priv->watch_readback, n)
689 if (mips_linux_watch_get_watchhi (&priv->watch_readback, n)
698 t_hi = (mips_linux_watch_get_watchhi (&priv->watch_readback, n)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-linux-nat.c528 mips_linux_watch_get_watchhi (&watch_mirror,
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.c529 mips_linux_watch_get_watchhi (&watch_mirror,
592 if (mips_linux_watch_get_watchhi (&watch_readback, n) & (R_MASK | W_MASK))

Completed in 370 milliseconds