You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
754 B
15 lines
754 B
.globl sbi_hart_id; sbi_hart_id = -2048
|
|
.globl sbi_num_harts; sbi_num_harts = -2032
|
|
.globl sbi_query_memory; sbi_query_memory = -2016
|
|
.globl sbi_console_putchar; sbi_console_putchar = -2000
|
|
.globl sbi_console_getchar; sbi_console_getchar = -1984
|
|
.globl sbi_send_ipi; sbi_send_ipi = -1952
|
|
.globl sbi_clear_ipi; sbi_clear_ipi = -1936
|
|
.globl sbi_timebase; sbi_timebase = -1920
|
|
.globl sbi_shutdown; sbi_shutdown = -1904
|
|
.globl sbi_set_timer; sbi_set_timer = -1888
|
|
.globl sbi_mask_interrupt; sbi_mask_interrupt = -1872
|
|
.globl sbi_unmask_interrupt; sbi_unmask_interrupt = -1856
|
|
.globl sbi_remote_sfence_vm; sbi_remote_sfence_vm = -1840
|
|
.globl sbi_remote_sfence_vm_range; sbi_remote_sfence_vm_range = -1824
|
|
.globl sbi_remote_fence_i; sbi_remote_fence_i = -1808
|
|
|