Searched refs:sbiret_kfail_error (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/riscv/ |
H A D | sbi-tests.h | 78 #define sbiret_kfail_error(kfail, ret, expected_error, ...) \ macro
|
H A D | sbi-fwft.c | 91 sbiret_kfail_error(kfail, &ret, SBI_ERR_DENIED_LOCKED, in fwft_feature_lock_test_values() 95 sbiret_kfail_error(kfail, &ret, SBI_ERR_DENIED_LOCKED, in fwft_feature_lock_test_values()
|
H A D | sbi.c | 521 sbiret_kfail_error(kfail, &ret, SBI_ERR_INVALID_PARAM, "hart_mask"); in check_ipi() 523 sbiret_kfail_error(kfail, &ret, SBI_ERR_INVALID_PARAM, "hart_mask_base"); in check_ipi()
|