Searched refs:pv_maxchunks (Results 1 – 2 of 2) sorted by relevance
284 int pv_maxchunks; /* How many chunks we have KVA for */ variable1787 pv_maxchunks = MAX(pv_entry_max / _NPCPV, maxproc); in pmap_init()1788 pv_chunkbase = (struct pv_chunk *)kva_alloc(PAGE_SIZE * pv_maxchunks); in pmap_init()1791 pmap_pte2list_init(&pv_vafree, pv_chunkbase, pv_maxchunks); in pmap_init()6813 (va < ((vm_offset_t)pv_chunkbase + PAGE_SIZE * pv_maxchunks))) in is_pv_chunk_space()
269 static int pv_maxchunks; /* How many chunks we have KVA for */ variable1057 pv_maxchunks = MAX(pv_entry_max / _NPCPV, maxproc); in __CONCAT()1058 pv_chunkbase = (struct pv_chunk *)kva_alloc(PAGE_SIZE * pv_maxchunks); in __CONCAT()1061 pmap_ptelist_init(&pv_vafree, pv_chunkbase, pv_maxchunks); in __CONCAT()