Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dsbi.h242 #define SBI_SPEC_VERSION_MINOR_MASK 0xffffff macro
313 return sbi_spec_version & SBI_SPEC_VERSION_MINOR_MASK; in sbi_minor_version()
/openbmc/qemu/target/riscv/
H A Dsbi_ecall_interface.h67 #define SBI_SPEC_VERSION_MINOR_MASK 0xffffff macro