Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/
H A Dsparsebit.h31 struct sparsebit *sparsebit_alloc(void);
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c387 vm->vpages_valid = sparsebit_alloc(); in vm_nr_pages_required()
394 vm->vpages_mapped = sparsebit_alloc(); in vm_nr_pages_required()
1115 region->unused_phy_pages = sparsebit_alloc();
1117 region->protected_phy_pages = sparsebit_alloc(); in vm_userspace_mem_region_add()
H A Dsparsebit.c938 struct sparsebit *sparsebit_alloc(void) in sparsebit_alloc() function
2075 s = sparsebit_alloc(); in main()