Lines Matching refs:entry
75 * instruction and data sides share a unified, 64-entry, semi-associative
77 * instruction side has a hardware-managed, 2,4, or 8-entry, fully-associative
84 * 1024-entry pgdir pointing to 1-page 1024-entry PTE pages. -- paulus
88 /* PGDIR_SHIFT determines what a top-level page table entry can map */
137 * before the TLB entry is loaded.
277 * Conversion functions: convert a page and protection to a page entry,
278 * and a page entry and page directory to the page they refer to.
373 /* Convert pmd entry to page */
374 /* our pmd entry is an effective address of pte table*/
375 /* returns effective address of the pmd entry*/
381 /* returns pfn of the pmd entry*/
384 /* returns struct *page of the pmd entry*/
387 /* Find an entry in the third-level page table.. */
401 #define __swp_type(entry) ((entry).val & 0x1f)
402 #define __swp_offset(entry) ((entry).val >> 6)