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

/linux-master/arch/mips/kernel/
H A Dwatch.c21 unsigned int watchhi = MIPS_WATCHHI_G | /* Trap all ASIDs */ local
29 write_c0_watchhi3(watchhi | watches->watchhi[3]);
33 write_c0_watchhi2(watchhi | watches->watchhi[2]);
37 write_c0_watchhi1(watchhi | watches->watchhi[1]);
41 write_c0_watchhi0(watchhi | watches->watchhi[0]);
46 * Read back the watchhi register
[all...]
H A Dptrace.c150 __put_user(child->thread.watch.mips3264.watchhi[i] &
152 &addr->WATCH_STYLE.watchhi[i]);
158 __put_user(0, &addr->WATCH_STYLE.watchhi[i]);
192 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]);
202 child->thread.watch.mips3264.watchhi[i] = ht[i];
/linux-master/arch/mips/include/uapi/asm/
H A Dptrace.h77 /* Lower 16 bits of watchhi. */
78 unsigned short watchhi[8]; member in struct:mips32_watch_regs
83 * bits 3 - 11 -- Valid watchhi mask bits.
92 unsigned short watchhi[8]; member in struct:mips64_watch_regs
/linux-master/arch/mips/include/asm/
H A Dprocessor.h147 /* Only the mask and IRW bits from watchhi. */
148 u16 watchhi[NUM_WATCH_REGS]; member in struct:mips3264_watch_reg_state

Completed in 141 milliseconds