• Home
  • Raw
  • Download

Lines Matching refs:pte_t

124 static inline int pte_dirty(pte_t pte)  in pte_dirty()
158 static inline int pte_young(pte_t pte) in pte_young()
183 static inline int pte_write(pte_t pte) in pte_write()
188 static inline int pte_huge(pte_t pte) in pte_huge()
193 static inline int pte_global(pte_t pte) in pte_global()
198 static inline int pte_exec(pte_t pte) in pte_exec()
203 static inline int pte_special(pte_t pte) in pte_special()
212 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
303 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags()
310 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags()
318 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp()
323 static inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp()
328 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
334 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
339 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
344 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
349 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
354 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
359 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
364 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite()
369 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
374 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
379 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
384 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
389 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
394 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
525 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
540 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
555 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
603 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
635 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
716 pte_t *populate_extra_pte(unsigned long vaddr);
754 static inline int pte_none(pte_t pte) in pte_none()
760 static inline int pte_same(pte_t a, pte_t b) in pte_same()
765 static inline int pte_present(pte_t a) in pte_present()
771 static inline int pte_devmap(pte_t a) in pte_devmap()
778 static inline bool pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible()
806 static inline int pte_protnone(pte_t pte) in pte_protnone()
1010 static inline pte_t native_local_ptep_get_and_clear(pte_t *ptep) in native_local_ptep_get_and_clear()
1012 pte_t res = *ptep; in native_local_ptep_get_and_clear()
1036 pte_t *ptep, pte_t pte) in set_pte_at()
1064 unsigned long address, pte_t *ptep,
1065 pte_t entry, int dirty);
1069 unsigned long addr, pte_t *ptep);
1073 unsigned long address, pte_t *ptep);
1076 static inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, in ptep_get_and_clear()
1077 pte_t *ptep) in ptep_get_and_clear()
1079 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear()
1084 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full()
1085 unsigned long addr, pte_t *ptep, in ptep_get_and_clear_full()
1088 pte_t pte; in ptep_get_and_clear_full()
1103 unsigned long addr, pte_t *ptep) in ptep_set_wrprotect()
1285 unsigned long addr, pte_t *ptep) in update_mmu_cache()
1298 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
1303 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
1308 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
1332 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp()
1337 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp()
1342 static inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
1430 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()