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

/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c307 static boolean_t pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va);
2016 (void)pmap_demote_pde(pmap, &pmap->pm_pdir[ptepindex], va);
2665 pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va) function
2677 ("pmap_demote_pde: oldpde is missing PG_PS and/or PG_V"));
2681 ("pmap_demote_pde: page table page for a wired mapping"
2698 CTR2(KTR_PMAP, "pmap_demote_pde: failure for va %#x"
2743 ("pmap_demote_pde: oldpde is missing PG_A"));
2745 ("pmap_demote_pde: oldpde is missing PG_M"));
2758 ("pmap_demote_pde: firstpte and newpte map different physical"
2802 CTR2(KTR_PMAP, "pmap_demote_pde
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c646 static boolean_t pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va);
3864 pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va)
3899 ("pmap_demote_pde: oldpde is missing PG_PS and/or PG_V"));
3903 ("pmap_demote_pde: page table page for a wired mapping"
3928 CTR2(KTR_PMAP, "pmap_demote_pde: failure for va %#lx"
3939 ("pmap_demote_pde: oldpde is missing PG_A"));
3941 ("pmap_demote_pde: oldpde is missing PG_M"));
3953 ("pmap_demote_pde: firstpte and newpte map different physical"
3999 CTR2(KTR_PMAP, "pmap_demote_pde: success for va %#lx"
4524 * This function only destroys a mapping if pmap_demote_pde()
3863 pmap_demote_pde(pmap_t pmap, pd_entry_t *pde, vm_offset_t va) function
[all...]

Completed in 108 milliseconds