Home
last modified time | relevance | path

Searched full:sstc (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/riscv/
H A Darch_timer.c3 * arch_timer.c - Tests the riscv64 sstc timer IRQ functionality
5 * The test validates the sstc timer IRQs using vstimecmp registers.
87 "SSTC not available, skipping test\n"); in test_vm_create()
/linux/drivers/clocksource/
H A Dtimer-riscv.c186 if (riscv_isa_extension_available(NULL, SSTC)) { in riscv_timer_init_common()
187 pr_info("Timer interrupt in S-mode is available via sstc extension\n"); in riscv_timer_init_common()
/linux/tools/testing/selftests/kvm/include/riscv/
H A Darch_timer.h3 * RISC-V Arch Timer(sstc) specific interface
/linux/Documentation/devicetree/bindings/timer/
H A Driscv,timer.yaml16 extension or the RISC-V Sstc extension.
/linux/arch/riscv/include/asm/
H A Dkvm_vcpu_timer.h32 /* Flag to check if sstc is enabled or not */
/linux/arch/riscv/kernel/
H A Dcpufeature.c403 __RISCV_ISA_EXT_DATA(sstc, RISCV_ISA_EXT_SSTC),