Lines Matching full:mapped
27 * page is not CPU accessible and thus is mapped as in map_pte()
68 * check_pte - check if @pvmw->page is mapped at the @pvmw->pte
71 * mapped. check_pte() has to validate this.
119 * page_vma_mapped_walk - check if @pvmw->page is mapped in @pvmw->vma at
124 * Returns true if the page is mapped in the vma. @pvmw->pmd and @pvmw->pte point
126 * adjusted if needed (for PTE-mapped THPs).
128 * If @pvmw->pmd is set but @pvmw->pte is not, you have found PMD-mapped page
129 * (usually THP). For PTE-mapped THP, you should run page_vma_mapped_walk() in
133 * regardless of which page table level the page is mapped at. @pvmw->pmd is
253 * page_mapped_in_vma - check whether a page is really mapped in a VMA
257 * Returns 1 if the page is mapped into the page tables of the VMA, 0
258 * if the page is not mapped into the page tables of this VMA. Only