Home
last modified time | relevance | path

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

/Zephyr-latest/arch/riscv/core/
Dirq_offload.c12 arch_syscall_invoke2((uintptr_t)routine, (uintptr_t)parameter, RV_ECALL_IRQ_OFFLOAD); in arch_irq_offload()
Disr.S417 li t1, RV_ECALL_IRQ_OFFLOAD
/Zephyr-latest/include/zephyr/arch/riscv/
Dsyscall.h23 #define RV_ECALL_IRQ_OFFLOAD 1 macro