Home
last modified time | relevance | path

Searched refs:mips3264 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
Dwatch.c20 struct mips3264_watch_reg_state *watches = &t->thread.watch.mips3264; in mips_install_watch_registers()
49 &current->thread.watch.mips3264; in mips_read_watch_registers()
Dptrace.c222 __put_user(child->thread.watch.mips3264.watchlo[i], in ptrace_get_watch_regs()
224 __put_user(child->thread.watch.mips3264.watchhi[i] & 0xfff, in ptrace_get_watch_regs()
273 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
275 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h155 struct mips3264_watch_reg_state mips3264; member