Home
last modified time | relevance | path

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

/kvm-unit-tests/riscv/
H A Dsbi-fwft.c43 static struct sbiret fwft_set_and_check_raw(const char *str, unsigned long feature, in fwft_set_and_check_raw() function
185 fwft_set_and_check_raw("", SBI_FWFT_MISALIGNED_EXC_DELEG, 0, 0); in fwft_check_misaligned_exc_deleg()
188 fwft_set_and_check_raw("", SBI_FWFT_MISALIGNED_EXC_DELEG, 1, 0); in fwft_check_misaligned_exc_deleg()
284 struct sbiret ret = fwft_set_and_check_raw(str, feature, value, flags); in adue_toggle_and_check_raw()