Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dwatch.c21 unsigned int watchhi = MIPS_WATCHHI_G | /* Trap all ASIDs */ in mips_install_watch_registers() local
29 write_c0_watchhi3(watchhi | watches->watchhi[3]); in mips_install_watch_registers()
33 write_c0_watchhi2(watchhi | watches->watchhi[2]); in mips_install_watch_registers()
37 write_c0_watchhi1(watchhi | watches->watchhi[1]); in mips_install_watch_registers()
41 write_c0_watchhi0(watchhi | watches->watchhi[0]); in mips_install_watch_registers()
60 watches->watchhi[3] = (read_c0_watchhi3() & watchhi_mask); in mips_read_watch_registers()
63 watches->watchhi[2] = (read_c0_watchhi2() & watchhi_mask); in mips_read_watch_registers()
66 watches->watchhi[1] = (read_c0_watchhi1() & watchhi_mask); in mips_read_watch_registers()
69 watches->watchhi[0] = (read_c0_watchhi0() & watchhi_mask); in mips_read_watch_registers()
72 (watches->watchhi[0] & MIPS_WATCHHI_IRW) == 0) { in mips_read_watch_registers()
[all …]
Dptrace.c143 __put_user(child->thread.watch.mips3264.watchhi[i] & in ptrace_get_watch_regs()
145 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
151 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
185 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()
195 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
/linux-5.19.10/arch/mips/include/uapi/asm/
Dptrace.h78 unsigned short watchhi[8]; member
92 unsigned short watchhi[8]; member
/linux-5.19.10/arch/mips/include/asm/
Dprocessor.h148 u16 watchhi[NUM_WATCH_REGS]; member