Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/loongarch/
H A Darch_timer.h69 val |= CSR_TCFG_PERIOD; in timer_set_next_cmp_ms()
H A Dprocessor.h139 #define CSR_TCFG_PERIOD (0x1UL << CSR_TCFG_PERIOD_SHIFT)
118 #define CSR_TCFG_PERIOD (0x1UL << CSR_TCFG_PERIOD_ global() macro
/linux/tools/testing/selftests/kvm/loongarch/
H A Darch_timer.c40 if (cfg & CSR_TCFG_PERIOD) { in guest_irq_handler()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h502 #define CSR_TCFG_PERIOD (_ULCAST_(0x1) << CSR_TCFG_PERIOD_SHIFT) macro