Home
last modified time | relevance | path

Searched refs:watch (Results 1 – 7 of 7) sorted by relevance

/arch/mips/kernel/
Dwatch.c20 struct mips3264_watch_reg_state *watches = &t->thread.watch.mips3264; in mips_install_watch_registers()
53 &current->thread.watch.mips3264; in mips_read_watch_registers()
Dgenex.S564 BUILD_HANDLER watch watch cli silent /* #23 */
566 BUILD_HANDLER watch watch sti verbose /* #23 */
DMakefile10 syscall.o time.o topology.o traps.o unaligned.o watch.o \
Dptrace.c143 __put_user(child->thread.watch.mips3264.watchlo[i], in ptrace_get_watch_regs()
145 __put_user(child->thread.watch.mips3264.watchhi[i] & in ptrace_get_watch_regs()
195 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
197 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
/arch/mips/include/asm/
Dprocessor.h274 union mips_watch_reg_state watch; member
351 .watch = {{{0,},},}, \
/arch/arm/kernel/
Dentry-armv.S552 * co-processor instructions. However, we have to watch out
/arch/mips/
DKconfig2106 # Set to y for ptrace access to watch registers.