mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00
include: sbi: SBI function IDs for RFENCE extension
The SBI function IDs for RFENCE extension must match the SBI specification. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:

committed by
Anup Patel

parent
50d4fde1c5
commit
ff5bd949d5
@@ -48,10 +48,10 @@
|
|||||||
#define SBI_EXT_RFENCE_REMOTE_FENCE_I 0x0
|
#define SBI_EXT_RFENCE_REMOTE_FENCE_I 0x0
|
||||||
#define SBI_EXT_RFENCE_REMOTE_SFENCE_VMA 0x1
|
#define SBI_EXT_RFENCE_REMOTE_SFENCE_VMA 0x1
|
||||||
#define SBI_EXT_RFENCE_REMOTE_SFENCE_VMA_ASID 0x2
|
#define SBI_EXT_RFENCE_REMOTE_SFENCE_VMA_ASID 0x2
|
||||||
#define SBI_EXT_RFENCE_REMOTE_HFENCE_GVMA 0x3
|
#define SBI_EXT_RFENCE_REMOTE_HFENCE_GVMA_VMID 0x3
|
||||||
#define SBI_EXT_RFENCE_REMOTE_HFENCE_GVMA_VMID 0x4
|
#define SBI_EXT_RFENCE_REMOTE_HFENCE_GVMA 0x4
|
||||||
#define SBI_EXT_RFENCE_REMOTE_HFENCE_VVMA 0x5
|
#define SBI_EXT_RFENCE_REMOTE_HFENCE_VVMA_ASID 0x5
|
||||||
#define SBI_EXT_RFENCE_REMOTE_HFENCE_VVMA_ASID 0x6
|
#define SBI_EXT_RFENCE_REMOTE_HFENCE_VVMA 0x6
|
||||||
|
|
||||||
/* SBI function IDs for HSM extension */
|
/* SBI function IDs for HSM extension */
|
||||||
#define SBI_EXT_HSM_HART_START 0x0
|
#define SBI_EXT_HSM_HART_START 0x0
|
||||||
|
Reference in New Issue
Block a user