Lines Matching defs:superpage
1112 /* L2 is a superpage mapping. */
2406 * pmap_remove_l2: Do the things to unmap a level 2 superpage.
2421 ("pmap_remove_l2: L2e %lx is not a superpage mapping", oldl2));
2425 * a single address within a superpage mapping. However, since we do
2427 * caching 4KB mappings within the superpage, so we must invalidate the
2663 ("pmap_remove_all: found a superpage in %p's pv list", m));
3109 * Unless all PTEs have PTE_A set, clear it from the superpage
3118 * mapping the superpage is demoted by pmap_demote_l2() or
3590 * Map the superpage.
4163 struct spglist *free, bool superpage)
4168 if (superpage) {
4231 bool superpage;
4259 superpage = true;
4264 superpage = false;
4289 if (superpage)
4303 superpage);
4616 * physical page number, the virtual superpage number,
4627 * since the superpage is wired, the current state of
5160 * different alignment might result in more superpage mappings.