Lines Matching defs:access
36 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid,
55 /* If PTE busy, retry the access */
59 if (unlikely(!check_pte_access(access, old_pte)))
63 * a write access. Since this is 4K insert of 64K page size
67 if (access & _PAGE_WRITE)
211 hash_failure_debug(ea, access, vsid, trap, ssize,
223 int __hash_page_64K(unsigned long ea, unsigned long access,
241 /* If PTE busy, retry the access */
245 if (unlikely(!check_pte_access(access, old_pte)))
256 * a write access.
259 if (access & _PAGE_WRITE)
323 hash_failure_debug(ea, access, vsid, trap, ssize,