Searched full:sstc (Results 1 – 7 of 7) 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()
521 KVM_ISA_EXT_ARR(SSTC), in isa_ext_single_id_to_str()1165 KVM_ISA_EXT_SIMPLE_CONFIG(sstc, SSTC);
193 if (riscv_isa_extension_available(NULL, SSTC)) { in riscv_timer_init_common()194 pr_info("Timer interrupt in S-mode is available via sstc extension\n"); in riscv_timer_init_common()
16 extension or the RISC-V Sstc extension.
3 * RISC-V Arch Timer(sstc) specific interface
32 /* Flag to check if sstc is enabled or not */
585 __RISCV_ISA_EXT_DATA(sstc, RISCV_ISA_EXT_SSTC),