Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dsbi.h566 void sbi_init(void);
688 static inline void sbi_init(void) {} in sbi_init() function
/linux/arch/riscv/kernel/
H A Dsetup.c324 sbi_init(); in setup_arch()