Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
HDpmap.c843 allocpages(vm_paddr_t *firstaddr, long n) in allocpages() function
937 KPTbase = allocpages(firstaddr, nkpt_base); /* KERNBASE to end */ in create_pagetables()
938 KPTphys = allocpages(firstaddr, nkpt_phys); /* KVA start */ in create_pagetables()
939 KPML4phys = allocpages(firstaddr, 1); /* recursive PML4 map */ in create_pagetables()
940 KPDPphys = allocpages(firstaddr, NKPML4E); /* kernel PDP pages */ in create_pagetables()
941 KPDphys = allocpages(firstaddr, nkpd_phys); /* kernel PD pages */ in create_pagetables()
946 KPDbase = allocpages(firstaddr, NPDPEPG - KPDPI); in create_pagetables()
953 DMPDPphys = allocpages(firstaddr, NDMPML4E); in create_pagetables()
955 DMPDphys = allocpages(firstaddr, ndmpdp); in create_pagetables()
958 DMPDphys = allocpages(firstaddr, ndmpdp); in create_pagetables()
/dragonfly/sys/platform/vkernel64/platform/
HDpmap.c376 allocpages(vm_paddr_t *firstaddr, int n) in allocpages() function
409 KPML4phys = allocpages(firstaddr, 1); in create_pagetables()
410 KPDPphys = allocpages(firstaddr, NKPML4E); in create_pagetables()
411 KPDphys = allocpages(firstaddr, NKPDPE); in create_pagetables()
412 KPTphys = allocpages(firstaddr, nkpt); in create_pagetables()