Home
last modified time | relevance | path

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

/freebsd/lib/libkvm/
H A Dkvm_private.c471 uint64_t popcount_id = pte_bit_id / POPCOUNT_BITS; in _kvm_pt_find() local
489 count = kd->pt_popcounts[popcount_id] + popcount_bytes( in _kvm_pt_find()
490 bitmap + popcount_id * POPCOUNTS_IN(*bitmap), in _kvm_pt_find()
491 0, pte_bit_id - popcount_id * POPCOUNT_BITS); in _kvm_pt_find()
499 popcount_id++; in _kvm_pt_find()
500 bitN = MIN(popcount_id * POPCOUNT_BITS, in _kvm_pt_find()
502 count = kd->pt_popcounts[popcount_id] - popcount_bytes( in _kvm_pt_find()