Home
last modified time | relevance | path

Searched refs:LA_WATCH_R (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H A Dptrace.h124 #define LA_WATCH_R (1 << 1) macro
126 #define LA_WATCH_IRW (LA_WATCH_W | LA_WATCH_R | LA_WATCH_I)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H A Dptrace.h133 #define LA_WATCH_R (1 << 1) macro
135 #define LA_WATCH_IRW (LA_WATCH_W | LA_WATCH_R | LA_WATCH_I)
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dwatch.c451 if (watches->irw[i] & (LA_WATCH_R | LA_WATCH_W)) { in loongarch_install_watch_registers()
452 if ((watches->irw[i] & LA_WATCH_R)) in loongarch_install_watch_registers()
525 watches->irwstat[i] |= LA_WATCH_R; in loongarch_read_watch_registers()
557 watches->irwmask[i] = LA_WATCH_R | LA_WATCH_W; in loongarch_update_watch_registers()

Completed in 2 milliseconds