Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c494 if ((csr_read32(LOONGARCH_CSR_FWPS) & (0x1 << i))) { in watchpoint_handler()
499 csr_write32(0x1 << i, LOONGARCH_CSR_FWPS); in watchpoint_handler()
554 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in hw_breakpoint_pmu_read()
H A Dtraps.c815 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
832 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
/linux/arch/loongarch/kvm/
H A Dmain.c117 set_gcsr_sw_flag(LOONGARCH_CSR_FWPS); in kvm_init_gcsr_flag()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1007 #define LOONGARCH_CSR_FWPS 0x381 /* instruction breakpoint status */
963 #define LOONGARCH_CSR_FWPS global() macro