Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/kernel/
Dtraps.c777 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
794 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
Dhw_breakpoint.c528 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in hw_breakpoint_thread_switch()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h979 #define CSR_FWPC_SKIP (_ULCAST_(1) << CSR_FWPC_SKIP_SHIFT) macro