Searched refs:SBI_SYSCALL_LEGACY (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/kernel/arch/riscv64/ |
H A D | sbi_syscalls.S | 17 #define SBI_SYSCALL_LEGACY(name, eid) \ macro 35 SBI_SYSCALL_LEGACY(sbi_set_timer_legacy, 0) 36 SBI_SYSCALL_LEGACY(sbi_console_putchar_legacy, 1) 37 SBI_SYSCALL_LEGACY(sbi_console_getchar_legacy, 2) 38 SBI_SYSCALL_LEGACY(sbi_clear_ipi_legacy, 3) 39 SBI_SYSCALL_LEGACY(sbi_send_ipi_legacy, 4) 40 SBI_SYSCALL_LEGACY(sbi_remote_fence_i_legacy, 5) 41 SBI_SYSCALL_LEGACY(sbi_remote_sfence_vma_legacy, 6) 42 SBI_SYSCALL_LEGACY(sbi_remote_sfence_vma_asid_legacy, 7) 43 SBI_SYSCALL_LEGACY(sbi_shutdown_legacy, 8)
|