Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Dvm_reserv.c694 u_long allocpages, maxpages, minpages; in vm_reserv_alloc_contig() local
745 allocpages = maxpages; in vm_reserv_alloc_contig()
774 allocpages = minpages; in vm_reserv_alloc_contig()
792 allocpages = minpages; in vm_reserv_alloc_contig()
808 m = vm_phys_alloc_contig(domain, allocpages, low, high, in vm_reserv_alloc_contig()
847 allocpages -= VM_LEVEL_0_NPAGES; in vm_reserv_alloc_contig()
848 } while (allocpages >= VM_LEVEL_0_NPAGES); in vm_reserv_alloc_contig()
/freebsd-12.1/sys/i386/i386/
H A Dpmap.c393 allocpages(u_int cnt, u_long *physfree) in allocpages() function
443 KPTphys = allocpages(NKPT, &physfree); in pmap_cold()
449 IdlePDPT = (pdpt_entry_t *)allocpages(1, &physfree); in pmap_cold()
451 IdlePTD = (pd_entry_t *)allocpages(NPGPTD, &physfree); in pmap_cold()
459 allocpages(1, &physfree); in pmap_cold()
460 proc0kstack = allocpages(TD0_KSTACK_PAGES, &physfree); in pmap_cold()
463 vm86phystk = allocpages(1, &physfree); in pmap_cold()
466 vm86paddr = vm86pa = allocpages(3, &physfree); in pmap_cold()
/freebsd-12.1/sys/amd64/amd64/
H A Dpmap.c1329 allocpages(vm_paddr_t *firstaddr, int n) in allocpages() function
1450 DMPDPphys = allocpages(firstaddr, ndmpdpphys); in create_pagetables()
1464 DMPDkernphys = allocpages(firstaddr, nkdmpde); in create_pagetables()
1467 DMPDphys = allocpages(firstaddr, ndmpdp - ndm1g); in create_pagetables()
1471 KPML4phys = allocpages(firstaddr, 1); in create_pagetables()
1472 KPDPphys = allocpages(firstaddr, NKPML4E); in create_pagetables()
1487 KPTphys = allocpages(firstaddr, nkpt); in create_pagetables()
1488 KPDphys = allocpages(firstaddr, nkpdpe); in create_pagetables()