Searched refs:pte_accessible (Results 1 – 4 of 4) sorted by relevance
644 #define pte_accessible pte_accessible macro645 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function906 if (likely(mm != &init_mm) && pte_accessible(mm, orig)) in __set_pte_at()
475 #define pte_accessible pte_accessible macro476 static inline bool pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
223 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte)) macro
352 if (!pte_accessible(mm, pte)) in update_mmu_cache()