HomeSort by: relevance | last modified time | path
    Searched refs:watchhi (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/nat/
mips-linux-watch.h 43 /* Lower 16 bits of watchhi. */
44 uint16_t watchhi[MAX_DEBUG_REGISTER]; member in struct:mips32_watch_regs
49 * bits 3 - 11 -- Valid watchhi mask bits.
62 uint16_t watchhi[MAX_DEBUG_REGISTER]; member in struct:mips64_watch_regs
mips-linux-watch.c 110 /* Assuming usable watch registers REGS, return the watchhi of
119 return regs->mips32.watchhi[n];
121 return regs->mips64.watchhi[n];
127 /* Assuming usable watch registers REGS, set watchhi of register N to
137 regs->mips32.watchhi[n] = value;
140 regs->mips64.watchhi[n] = value;
  /src/external/gpl3/gdb/dist/gdb/nat/
mips-linux-watch.h 43 /* Lower 16 bits of watchhi. */
44 uint16_t watchhi[MAX_DEBUG_REGISTER]; member in struct:mips32_watch_regs
49 * bits 3 - 11 -- Valid watchhi mask bits.
62 uint16_t watchhi[MAX_DEBUG_REGISTER]; member in struct:mips64_watch_regs
mips-linux-watch.c 110 /* Assuming usable watch registers REGS, return the watchhi of
119 return regs->mips32.watchhi[n];
121 return regs->mips64.watchhi[n];
127 /* Assuming usable watch registers REGS, set watchhi of register N to
137 regs->mips32.watchhi[n] = value;
140 regs->mips64.watchhi[n] = value;
  /src/sys/arch/mips/mips/
cpu_subr.c 1079 uint32_t watchhi = mipsNN_cp0_watchhi_read(i); local
1080 if ((watchhi & __BIT(31)) == 0) /* test 'M' bit */
1156 uint32_t watchhi; local
1172 watchhi = cwp->cw_asid << 16; /* addr qualified by asid */
1174 watchhi = __BIT(30); /* addr not qual. by asid (Global) */
1176 watchhi |= cwp->cw_mask; /* set "dont care" addr match bits */
1178 mipsNN_cp0_watchhi_write(cwnum, watchhi);

Completed in 48 milliseconds