Searched refs:SBI_SYSCALL (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/kernel/arch/riscv64/ |
H A D | sbi_syscalls.S | 7 #define SBI_SYSCALL(name, eid, fid) \ macro 27 SBI_SYSCALL(sbi_get_spec_version, 0x10, 0) 28 SBI_SYSCALL(sbi_get_impl_id, 0x10, 1) 29 SBI_SYSCALL(sbi_get_impl_version, 0x10, 2) 30 SBI_SYSCALL(sbi_probe_extension, 0x10, 3) 31 SBI_SYSCALL(sbi_get_mvendorid, 0x10, 4) 32 SBI_SYSCALL(sbi_get_marchid, 0x10, 5) 33 SBI_SYSCALL(sbi_get_mimpid, 0x10, 6) 45 SBI_SYSCALL(sbi_set_timer, 0x54494D45, 0) 47 SBI_SYSCALL(sbi_send_ipi, 0x735049, 0) [all …]
|