Home
last modified time | relevance | path

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

/linux/arch/loongarch/kvm/
H A Dmain.c117 set_gcsr_sw_flag(LOONGARCH_CSR_FWPS); in kvm_init_gcsr_flag()
/linux/arch/loongarch/kernel/
H A Dtraps.c824 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
841 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1057 #define LOONGARCH_CSR_FWPS 0x381 /* instruction breakpoint status */ macro