Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/lib/
Dsparsebit.c1050 bool sparsebit_any_set(const struct sparsebit *s) in sparsebit_any_set() function
1075 return !sparsebit_any_set(s); in sparsebit_all_clear()
1091 assert(sparsebit_any_set(s)); in sparsebit_first_set()
1545 assert(!sparsebit_any_set(s)); in sparsebit_clear_all()
1593 if (!sparsebit_any_set(s)) in sparsebit_dump()
1931 assert(sparsebit_any_set(s)); in operate()
1958 if (sparsebit_any_set(s)) in operate()
1970 if (sparsebit_any_set(s)) in operate()
1975 assert(!sparsebit_any_set(s)); in operate()
1995 else if (sparsebit_any_set(s)) in operate()
[all …]
/linux-6.12.1/tools/testing/selftests/kvm/include/
Dsparsebit.h42 bool sparsebit_any_set(const struct sparsebit *sbit);
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/
Dsev.c24 if (!sparsebit_any_set(protected_phy_pages)) in encrypt_region()