Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libkvm/
Dkvm_private.c415 uint64_t popcount_id = pte_bit_id / POPCOUNT_BITS; in _kvm_pt_find() local
432 count = kd->pt_popcounts[popcount_id] + popcount_bytes( in _kvm_pt_find()
433 bitmap + popcount_id * POPCOUNTS_IN(*bitmap), in _kvm_pt_find()
434 0, pte_bit_id - popcount_id * POPCOUNT_BITS); in _kvm_pt_find()
442 popcount_id++; in _kvm_pt_find()
443 bitN = MIN(popcount_id * POPCOUNT_BITS, in _kvm_pt_find()
445 count = kd->pt_popcounts[popcount_id] - popcount_bytes( in _kvm_pt_find()