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

/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c316 static void pmap_fill_ptp(pt_entry_t *firstpte, pt_entry_t newpte);
2650 pmap_fill_ptp(pt_entry_t *firstpte, pt_entry_t newpte) argument
2654 for (pte = firstpte; pte < firstpte + NPTEPG; pte++) {
2668 pt_entry_t *firstpte, newpte; local
2714 firstpte = &KPTmap[i386_btop(trunc_4mpage(va))];
2732 firstpte = PADDR1;
2739 firstpte = PADDR2;
2755 pmap_fill_ptp(firstpte, newpte);
2757 KASSERT((*firstpte
3358 pt_entry_t *firstpte, oldpte, pa, *pte; local
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c657 static void pmap_fill_ptp(pt_entry_t *firstpte, pt_entry_t newpte);
3849 pmap_fill_ptp(pt_entry_t *firstpte, pt_entry_t newpte)
3853 for (pte = firstpte; pte < firstpte + NPTEPG; pte++) {
3881 pt_entry_t *firstpte, newpte;
3936 firstpte = (pt_entry_t *)PHYS_TO_DMAP(mptepa);
3950 pmap_fill_ptp(firstpte, newpte);
3952 KASSERT((*firstpte & PG_FRAME) == (newpte & PG_FRAME),
3953 ("pmap_demote_pde: firstpte and newpte map different physical"
3960 if ((*firstpte
3848 pmap_fill_ptp(pt_entry_t *firstpte, pt_entry_t newpte) argument
3880 pt_entry_t *firstpte, newpte; local
4645 pt_entry_t *firstpte, oldpte, pa, *pte; local
[all...]

Completed in 154 milliseconds