Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dsbi.c316 ret = sbi_fwft_set(req->feature, req->value, req->flags); in cpu_sbi_fwft_set()
322 * sbi_fwft_set() - Set a feature on the local hart
329 int sbi_fwft_set(u32 feature, unsigned long value, unsigned long flags) in sbi_fwft_set() function
H A Dtraps_misaligned.c733 if (sbi_fwft_set(SBI_FWFT_MISALIGNED_EXC_DELEG, 1, 0) && in cpu_online_sbi_unaligned_setup()
/linux/arch/riscv/include/asm/
H A Dsbi.h506 int sbi_fwft_set(u32 feature, unsigned long value, unsigned long flags);