Searched refs:watchlo (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dwatch.c26 write_c0_watchlo3(watches->watchlo[3]);
31 write_c0_watchlo2(watches->watchlo[2]);
34 write_c0_watchlo1(watches->watchlo[1]);
37 write_c0_watchlo0(watches->watchlo[0]);
68 * signal that the conditions requested in watchlo
70 watches->watchhi[0] |= (watches->watchlo[0] & 7);
H A Dptrace.c194 __put_user(child->thread.watch.mips3264.watchlo[i],
195 &addr->WATCH_STYLE.watchlo[i]);
202 __put_user(0, &addr->WATCH_STYLE.watchlo[i]);
224 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]);
245 child->thread.watch.mips3264.watchlo[i] = lt[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dptrace.h83 unsigned int watchlo[8]; member in struct:mips32_watch_regs
98 unsigned long long watchlo[8]; member in struct:mips64_watch_regs
H A Dprocessor.h127 /* The width of watchlo is 32 in a 32 bit kernel and 64 in a
130 unsigned long watchlo[NUM_WATCH_REGS]; member in struct:mips3264_watch_reg_state

Completed in 69 milliseconds