Lines Matching refs:pte_present
219 * handle_pte_fault uses pte_present and pte_none to find out the pte type
252 * pte_present is true for the bit pattern .xx.xxxxxx.1, (pte & 0x001) == 0x001
815 static inline int pte_present(pte_t pte)
848 return pte_present(pte) && !(pte_val(pte) & _PAGE_READ);
914 * pte_present() is true. Undefined behaviour if not..
983 if (pte_present(pte))
1048 * pte_present() is true. Undefined behaviour if not..
1226 if (mm_is_protected(mm) && pte_present(res))
1245 if (mm_is_protected(vma->vm_mm) && pte_present(res))
1272 if (mm_is_protected(mm) && pte_present(res)) {
1841 return pte_present(pte);