Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/riscv/
H A Dsbi.c110 struct sbiret sbi_fwft_set_raw(unsigned long feature, unsigned long value, unsigned long flags) in sbi_fwft_set_raw() function
117 return sbi_fwft_set_raw(feature, value, flags); in sbi_fwft_set()
/kvm-unit-tests/lib/riscv/asm/
H A Dsbi.h306 struct sbiret sbi_fwft_set_raw(unsigned long feature, unsigned long value, unsigned long flags);
/kvm-unit-tests/riscv/
H A Dsbi-fwft.c27 ret = sbi_fwft_set_raw(feature, value, flags); in fwft_set_and_check_raw()