Home
last modified time | relevance | path

Searched refs:SBI_SPEC_VERSION_MAJOR_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dsbi.h241 #define SBI_SPEC_VERSION_MAJOR_MASK 0x7f macro
307 SBI_SPEC_VERSION_MAJOR_MASK; in sbi_major_version()
320 return ((major & SBI_SPEC_VERSION_MAJOR_MASK) << in sbi_mk_version()
/openbmc/qemu/target/riscv/
H A Dsbi_ecall_interface.h66 #define SBI_SPEC_VERSION_MAJOR_MASK 0x7f macro