Lines Matching refs:entry
674 * access to data via a stale TLB entry. Tracking all mm's that have TLB
936 pte_t entry;
943 entry = ptep_clear_flush(vma, address, pte);
944 entry = pte_wrprotect(entry);
945 entry = pte_mkclean(entry);
946 set_pte_at(vma->vm_mm, address, pte, entry);
951 pmd_t entry;
957 entry = pmdp_invalidate(vma, address, pmd);
958 entry = pmd_wrprotect(entry);
959 entry = pmd_mkclean(entry);
960 set_pmd_at(vma->vm_mm, address, pmd, entry);
1447 /* PMD-mapped THP migration entry */
1529 swp_entry_t entry;
1539 entry = make_migration_entry(page, 0);
1540 swp_pte = swp_entry_to_pte(entry);
1566 /* Nuke the page table entry. */
1572 * If the entry was previously clean then the
1574 * transition on a cached TLB entry is written through
1623 swp_entry_t entry;
1638 entry = make_migration_entry(subpage,
1640 swp_pte = swp_entry_to_pte(entry);
1651 swp_entry_t entry = { .val = page_private(subpage) };
1711 if (swap_duplicate(entry) < 0) {
1731 swp_pte = swp_entry_to_pte(entry);