Home
last modified time | relevance | path

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

/freebsd/lib/libkvm/
H A Dkvm_private.c345 kd->pt_popcounts = calloc(pc_bins, sizeof(uint32_t)); in _kvm_pt_init()
346 if (kd->pt_popcounts == NULL) { in _kvm_pt_init()
351 for (popcount_bin = &kd->pt_popcounts[1]; res > 0; in _kvm_pt_init()
363 ((uintptr_t)popcount_bin - (uintptr_t)kd->pt_popcounts)); in _kvm_pt_init()
489 count = kd->pt_popcounts[popcount_id] + popcount_bytes( in _kvm_pt_find()
502 count = kd->pt_popcounts[popcount_id] - popcount_bytes( in _kvm_pt_find()
H A Dkvm_private.h110 uint32_t *pt_popcounts; member