Lines Matching refs:entry
69 * page table entry, taking care of 52-bit addresses.
304 * through an invalid entry).
580 /* Find an entry in the third-level page table. */
593 * Conversion functions: convert a page and protection to a page entry,
594 * and a page entry and page directory to the page they refer to.
641 /* Find an entry in the second-level page table. */
702 /* Find an entry in the frst-level page table. */
764 pte_t entry, int dirty);
770 pmd_t entry, int dirty)
772 return ptep_set_access_flags(vma, address, (pte_t *)pmdp, pmd_pte(entry), dirty);
821 * happen is that a CPU continues to use the young entry in its
894 * Encode and decode a swap entry:
951 static inline void arch_swap_restore(swp_entry_t entry, struct page *page)
953 if (system_supports_mte() && mte_restore_tags(entry, page))