Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c490 #define ALLOW_STORES BIT(1) macro
528 .flags = ALLOW_STORES,
547 .flags = ALLOW_LOADS | ALLOW_STORES,
568 .flags = ALLOW_STORES | ALLOW_LOADS_STORES
577 .flags = ALLOW_LOADS | ALLOW_STORES | ALLOW_LOADS_STORES
621 bool_eq(pmc_results.stores, test->flags & ALLOW_STORES) && in run_masked_events_tests()