Lines Matching defs:entry
30 pte_t entry;
56 entry = *pte;
57 if (unlikely(pte_none(entry) || pte_not_present(entry)))
59 if (unlikely(error_code && !pte_write(entry)))
63 entry = pte_mkdirty(entry);
64 entry = pte_mkyoung(entry);
66 set_pte(pte, entry);
70 * SH-4 does not set MMUCR.RC to the corresponding TLB entry in
72 * flush it in order to avoid potential TLB entry duplication.