550W Document
550W, a high-end OS
sbiasm.h
浏览该文件的文档.
1
#pragma once
2
3
/* clang-format off */
4
.macro
SBI_CALL
which
5
li
a7
, \which
6
ecall
7
nop
8
.endm
9
/* clang-format on */
SBI_CALL
#define SBI_CALL(which, arg0, arg1, arg2)
Definition:
sbi.h:8
a7
macro SBI_CALL which li a7
Definition:
sbiasm.h:5
src
arch
riscv
include
asm
sbiasm.h
制作者
1.9.1