Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dpmu_event_filter_test.c598 static bool bool_eq(bool a, bool b) in bool_eq() function
620 TEST_ASSERT(bool_eq(pmc_results.loads, test->flags & ALLOW_LOADS) && in run_masked_events_tests()
621 bool_eq(pmc_results.stores, test->flags & ALLOW_STORES) && in run_masked_events_tests()
622 bool_eq(pmc_results.loads_stores, in run_masked_events_tests()