OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_low
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/nat/
mips-linux-watch.c
232
CORE_ADDR mask_bits,
t_low
;
local
247
t_low
= mips_linux_watch_get_watchlo (regs, i);
248
if (
t_low
!= 0 && irw == ((uint32_t)
t_low
& irw))
251
t_low
&= ~(CORE_ADDR) t_hi;
252
if (addr >=
t_low
&& last_byte <= (
t_low
+ t_hi))
260
t_low
= mips_linux_watch_get_watchlo (regs, i);
261
if (
t_low
== 0
284
t_low
= mips_linux_watch_get_watchlo (®s_copy, i)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/nat/
mips-linux-watch.c
232
CORE_ADDR mask_bits,
t_low
;
local
247
t_low
= mips_linux_watch_get_watchlo (regs, i);
248
if (
t_low
!= 0 && irw == ((uint32_t)
t_low
& irw))
251
t_low
&= ~(CORE_ADDR) t_hi;
252
if (addr >=
t_low
&& last_byte <= (
t_low
+ t_hi))
260
t_low
= mips_linux_watch_get_watchlo (regs, i);
261
if (
t_low
== 0
284
t_low
= mips_linux_watch_get_watchlo (®s_copy, i)
[
all
...]
/src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc
690
CORE_ADDR
t_low
, t_hi;
local
694
t_low
= mips_linux_watch_get_watchlo (&priv->watch_readback, n);
695
t_irw =
t_low
& IRW_MASK;
698
t_low
&= ~(CORE_ADDR)t_hi;
713
if (last_byte >=
t_low
&& addr <=
t_low
+ t_hi)
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc
691
CORE_ADDR
t_low
, t_hi;
local
695
t_low
= mips_linux_watch_get_watchlo (&priv->watch_readback, n);
696
t_irw =
t_low
& IRW_MASK;
699
t_low
&= ~(CORE_ADDR)t_hi;
714
if (last_byte >=
t_low
&& addr <=
t_low
+ t_hi)
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026