HomeSort by: relevance | last modified time | path
    Searched defs:watchlo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
cpu_subr.c 1157 register_t watchlo; local in function:cpuwatch_set
1163 watchlo = cwp->cw_addr;
1165 watchlo |= __BIT(0);
1167 watchlo |= __BIT(1);
1169 watchlo |= __BIT(2);
1179 mipsNN_cp0_watchlo_write(cwnum, watchlo);
cpu_subr.c 1157 register_t watchlo; local in function:cpuwatch_set
1163 watchlo = cwp->cw_addr;
1165 watchlo |= __BIT(0);
1167 watchlo |= __BIT(1);
1169 watchlo |= __BIT(2);
1179 mipsNN_cp0_watchlo_write(cwnum, watchlo);

Completed in 27 milliseconds