Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dsbi.h429 #define SBI_FWFT_GLOBAL_FEATURE_BIT BIT(31) macro
/linux/arch/riscv/kernel/
H A Dsbi.c364 if (feature & SBI_FWFT_GLOBAL_FEATURE_BIT) in sbi_fwft_set_cpumask()