Searched refs:pmap_vhpt_bucket (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/ia64/ia64/
H A Dpmap.c213 struct ia64_bucket *pmap_vhpt_bucket; variable in typeref:struct:ia64_bucket
258 pte[i].chain = (uintptr_t)(pmap_vhpt_bucket + i);
388 pmap_vhpt_bucket = ia64_physmem_alloc(pmap_vhpt_nbuckets *
392 mtx_init(&pmap_vhpt_bucket[i].mutex, "VHPT bucket lock", NULL,
431 count += pmap_vhpt_bucket[i].length;

Completed in 37 milliseconds