Searched refs:sparsebit_any_set (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/
H A Dsparsebit.h42 bool sparsebit_any_set(const struct sparsebit *sbit);
79 * sparsebit_any_set(), because sparsebit_first_set() will abort if none
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dsev.c25 if (!sparsebit_any_set(protected_phy_pages))
/linux-master/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c33 * sparsebit_any_set(s)
47 * if (sparsebit_any_set(s)) {
1041 * value. Use sparsebit_any_set(), instead of sparsebit_num_set() > 0,
1050 bool sparsebit_any_set(const struct sparsebit *s) function
1075 return !sparsebit_any_set(s);
1091 assert(sparsebit_any_set(s));
1545 assert(!sparsebit_any_set(s));
1593 if (!sparsebit_any_set(s))
1931 assert(sparsebit_any_set(s));
1958 if (sparsebit_any_set(
[all...]

Completed in 187 milliseconds