Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dwatch.c25 write_c0_watchlo3(watches->watchlo[3]); in mips_install_watch_registers()
30 write_c0_watchlo2(watches->watchlo[2]); in mips_install_watch_registers()
33 write_c0_watchlo1(watches->watchlo[1]); in mips_install_watch_registers()
36 write_c0_watchlo0(watches->watchlo[0]); in mips_install_watch_registers()
69 watches->watchhi[0] |= (watches->watchlo[0] & 7); in mips_read_watch_registers()
Dptrace.c222 __put_user(child->thread.watch.mips3264.watchlo[i], in ptrace_get_watch_regs()
223 &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()
230 __put_user(0, &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()
252 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs()
273 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
/linux-4.4.14/arch/mips/include/uapi/asm/
Dptrace.h75 unsigned int watchlo[8]; member
90 unsigned long long watchlo[8]; member
/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h149 unsigned long watchlo[NUM_WATCH_REGS]; member