Lines Matching refs:SBI_SYSCALL
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)
49 SBI_SYSCALL(sbi_remote_fence_i, 0x52464E43, 0)
50 SBI_SYSCALL(sbi_remote_sfence_vma, 0x52464E43, 1)
51 SBI_SYSCALL(sbi_remote_sfence_vma_asid, 0x52464E43, 2)
52 SBI_SYSCALL(sbi_remote_hfence_gvma_vmid, 0x52464E43, 3)
53 SBI_SYSCALL(sbi_remote_hfence_gvma, 0x52464E43, 4)
54 SBI_SYSCALL(sbi_remote_hfence_vvma_asid, 0x52464E43, 5)
55 SBI_SYSCALL(sbi_remote_hfence_vvma, 0x52464E43, 6)
57 SBI_SYSCALL(sbi_hart_start, 0x48534D, 0)
58 SBI_SYSCALL(sbi_hart_stop, 0x48534D, 1)
59 SBI_SYSCALL(sbi_hart_get_status, 0x48534D, 2)
60 SBI_SYSCALL(sbi_hart_suspend, 0x48534D, 3)
62 SBI_SYSCALL(sbi_system_reset, 0x53525354, 0)