Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
H A 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()
46 * Read back the watchhi register
[all...]
H A Dptrace.c144 __put_user(child->thread.watch.mips3264.watchhi[i] & in ptrace_get_watch_regs()
146 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
152 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
186 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()
196 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A 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()
46 * Read back the watchhi register
[all...]
H A Dptrace.c150 __put_user(child->thread.watch.mips3264.watchhi[i] & in ptrace_get_watch_regs()
152 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
158 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
192 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()
202 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dptrace.h77 /* Lower 16 bits of watchhi. */
78 unsigned short watchhi[8]; member
83 * bits 3 - 11 -- Valid watchhi mask bits.
92 unsigned short watchhi[8]; member
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dptrace.h77 /* Lower 16 bits of watchhi. */
78 unsigned short watchhi[8]; member
83 * bits 3 - 11 -- Valid watchhi mask bits.
92 unsigned short watchhi[8]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dptrace.h60 unsigned short watchhi[8]; member
66 unsigned short watchhi[8]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dptrace.h60 unsigned short watchhi[8]; member
66 unsigned short watchhi[8]; member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dprocessor.h152 /* Only the mask and IRW bits from watchhi. */
153 u16 watchhi[NUM_WATCH_REGS]; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dprocessor.h147 /* Only the mask and IRW bits from watchhi. */
148 u16 watchhi[NUM_WATCH_REGS]; member

Completed in 7 milliseconds