Home
last modified time | relevance | path

Searched defs:kfail (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/riscv/
H A Dsbi-tests.h42 #define __sbiret_report(kfail, ret, expected_error, expected_value, \ argument
75 #define sbiret_kfail(kfail, ret, expected_error, expected_value, ...) \ argument
78 #define sbiret_kfail_error(kfail, ret, expected_error, ...) \ argument
81 #define sbiret_check_kfail(kfail, ret, expected_error, expected_value) \ argument
H A Dsbi-fwft.c65 bool kfail = __sbi_get_imp_id() == SBI_IMPL_OPENSBI && in fwft_feature_lock_test_values() local
303 bool kfail = __sbi_get_imp_id() == SBI_IMPL_OPENSBI && in fwft_check_pte_ad_hw_updating() local
H A Dsbi-dbtr.c466 bool kfail; in dbtr_test_update() local
761 bool kfail; in dbtr_test_uninstall_update() local
H A Dsbi.c518 bool kfail = __sbi_get_imp_id() == SBI_IMPL_OPENSBI && in check_ipi() local
/kvm-unit-tests/lib/
H A Dreport.c93 bool pass, bool xfail, bool kfail, bool skip, va_list va) in va_report()
167 bool report_kfail(bool kfail, bool pass, const char *msg_fmt, ...) in report_kfail()