Searched full:sstc (Results 1 – 6 of 6) sorted by relevance
3 * arch_timer.c - Tests the riscv64 sstc timer IRQ functionality5 * The test validates the sstc timer IRQs using vstimecmp registers.87 "SSTC not available, skipping test\n"); in test_vm_create()
186 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()
3 * RISC-V Arch Timer(sstc) specific interface
16 extension or the RISC-V Sstc extension.
32 /* Flag to check if sstc is enabled or not */
403 __RISCV_ISA_EXT_DATA(sstc, RISCV_ISA_EXT_SSTC),