Home
last modified time | relevance | path

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

/freebsd/lib/libkvm/
H A Dkvm_private.c296 uint64_t pc_bins, res; in _kvm_pt_init() local
344 pc_bins = 1 + (res * NBBY + POPCOUNT_BITS / 2) / POPCOUNT_BITS; in _kvm_pt_init()
345 kd->pt_popcounts = calloc(pc_bins, sizeof(uint32_t)); in _kvm_pt_init()
362 assert(pc_bins * sizeof(*popcount_bin) == in _kvm_pt_init()