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

/linux-master/arch/mips/include/uapi/asm/
H A Dptrace.h76 unsigned int watchlo[8]; member in struct:mips32_watch_regs
91 unsigned long long watchlo[8]; member in struct:mips64_watch_regs
/linux-master/arch/mips/kernel/
H A Dwatch.c28 write_c0_watchlo3(watches->watchlo[3]);
32 write_c0_watchlo2(watches->watchlo[2]);
36 write_c0_watchlo1(watches->watchlo[1]);
40 write_c0_watchlo0(watches->watchlo[0]);
76 * signal that the conditions requested in watchlo
78 watches->watchhi[0] |= (watches->watchlo[0] & MIPS_WATCHHI_IRW);
H A Dptrace.c148 __put_user(child->thread.watch.mips3264.watchlo[i],
149 &addr->WATCH_STYLE.watchlo[i]);
157 __put_user(0, &addr->WATCH_STYLE.watchlo[i]);
179 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]);
200 child->thread.watch.mips3264.watchlo[i] = lt[i];
/linux-master/arch/mips/include/asm/
H A Dprocessor.h143 /* The width of watchlo is 32 in a 32 bit kernel and 64 in a
146 unsigned long watchlo[NUM_WATCH_REGS]; member in struct:mips3264_watch_reg_state

Completed in 141 milliseconds