Lines Matching refs:pte_t
128 static inline bool pte_dirty(pte_t pte) in pte_dirty()
133 static inline bool pte_shstk(pte_t pte) in pte_shstk()
139 static inline int pte_young(pte_t pte) in pte_young()
172 static inline int pte_write(pte_t pte) in pte_write()
197 static inline int pte_huge(pte_t pte) in pte_huge()
202 static inline int pte_global(pte_t pte) in pte_global()
207 static inline int pte_exec(pte_t pte) in pte_exec()
212 static inline int pte_special(pte_t pte) in pte_special()
223 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
314 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags()
321 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags()
359 static inline pte_t pte_mksaveddirty(pte_t pte) in pte_mksaveddirty()
367 static inline pte_t pte_clear_saveddirty(pte_t pte) in pte_clear_saveddirty()
375 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
388 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp()
409 static inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp()
414 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
420 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
425 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
430 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
435 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
442 static inline pte_t pte_mkwrite_shstk(pte_t pte) in pte_mkwrite_shstk()
449 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
454 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
460 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma);
463 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
468 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
473 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
478 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
483 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
488 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
685 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
700 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
715 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
763 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
795 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
798 pte_t pte_result; in pte_modify()
909 pte_t *populate_extra_pte(unsigned long vaddr);
947 static inline int pte_none(pte_t pte) in pte_none()
953 static inline int pte_same(pte_t a, pte_t b) in pte_same()
958 static inline pte_t pte_next_pfn(pte_t pte) in pte_next_pfn()
966 static inline int pte_present(pte_t a) in pte_present()
972 static inline int pte_devmap(pte_t a) in pte_devmap()
979 static inline bool pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible()
1007 static inline int pte_protnone(pte_t pte) in pte_protnone()
1219 static inline pte_t native_local_ptep_get_and_clear(pte_t *ptep) in native_local_ptep_get_and_clear()
1221 pte_t res = *ptep; in native_local_ptep_get_and_clear()
1269 unsigned long address, pte_t *ptep,
1270 pte_t entry, int dirty);
1274 unsigned long addr, pte_t *ptep);
1278 unsigned long address, pte_t *ptep);
1281 static inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, in ptep_get_and_clear()
1282 pte_t *ptep) in ptep_get_and_clear()
1284 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear()
1290 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full()
1291 unsigned long addr, pte_t *ptep, in ptep_get_and_clear_full()
1294 pte_t pte; in ptep_get_and_clear_full()
1310 unsigned long addr, pte_t *ptep) in ptep_set_wrprotect()
1317 pte_t old_pte, new_pte; in ptep_set_wrprotect()
1514 unsigned long addr, pte_t *ptep) in update_mmu_cache()
1519 pte_t *ptep, unsigned int nr) in update_mmu_cache_range()
1530 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
1535 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
1540 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
1546 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
1551 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
1556 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
1580 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp()
1585 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp()
1590 static inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
1657 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
1689 void arch_check_zapped_pte(struct vm_area_struct *vma, pte_t pte);
1703 static inline bool pte_user_accessible_page(pte_t pte) in pte_user_accessible_page()