Home
last modified time | relevance | path

Searched refs:SBI_SPEC_VERSION_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/include/riscv/
H A Dsbi.h12 #define SBI_SPEC_VERSION_DEFAULT 0x1 macro
/linux/arch/riscv/include/asm/
H A Dsbi.h406 #define SBI_SPEC_VERSION_DEFAULT 0x1 macro
476 return (sbi_spec_version == SBI_SPEC_VERSION_DEFAULT) ? 1 : 0; in sbi_spec_is_0_1()
/linux/arch/riscv/kernel/
H A Dsbi.c18 unsigned long sbi_spec_version __ro_after_init = SBI_SPEC_VERSION_DEFAULT;