Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/kernel/
Dhw_breakpoint.c482 if ((csr_read32(LOONGARCH_CSR_FWPS) & (0x1 << i))) { in breakpoint_handler()
487 csr_write32(0x1 << i, LOONGARCH_CSR_FWPS); in breakpoint_handler()
542 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in hw_breakpoint_thread_switch()
Dtraps.c808 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
825 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
/linux-6.12.1/arch/loongarch/kvm/
Dmain.c115 set_gcsr_sw_flag(LOONGARCH_CSR_FWPS); in kvm_init_gcsr_flag()
/linux-6.12.1/arch/loongarch/include/asm/
Dloongarch.h963 #define LOONGARCH_CSR_FWPS 0x381 /* instruction breakpoint status */ macro