Lines Matching refs:pte_t

334 				       pte_t *ptep, unsigned long clr,  in pte_update()
352 unsigned long addr, pte_t *ptep) in __ptep_test_and_clear_young()
390 static inline int pte_write(pte_t pte) in pte_write()
395 static inline int pte_read(pte_t pte) in pte_read()
402 pte_t *ptep) in ptep_set_wrprotect()
410 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
417 static inline pte_t ptep_get_and_clear(struct mm_struct *mm, in ptep_get_and_clear()
418 unsigned long addr, pte_t *ptep) in ptep_get_and_clear()
425 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full()
427 pte_t *ptep, int full) in ptep_get_and_clear_full()
441 pte_t * ptep) in pte_clear()
446 static inline int pte_dirty(pte_t pte) in pte_dirty()
451 static inline int pte_young(pte_t pte) in pte_young()
456 static inline int pte_special(pte_t pte) in pte_special()
461 static inline bool pte_exec(pte_t pte) in pte_exec()
468 static inline bool pte_soft_dirty(pte_t pte) in pte_soft_dirty()
473 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
478 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
485 static inline int pte_protnone(pte_t pte) in pte_protnone()
492 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid()
498 static inline int pte_present(pte_t pte) in pte_present()
522 static inline bool pte_user(pte_t pte) in pte_user()
528 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
550 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
559 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
564 static inline pte_t pte_exprotect(pte_t pte) in pte_exprotect()
569 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
574 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
579 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
584 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
592 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
597 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
602 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
607 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
612 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
623 static inline int pte_devmap(pte_t pte) in pte_devmap()
630 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
675 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
680 static inline bool pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
685 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
691 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
696 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
701 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
726 pte_t *ptep, pte_t entry, in __ptep_set_access_flags()
737 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same()
744 static inline int pte_none(pte_t pte) in pte_none()
752 pte_t *ptep, pte_t pte, int percpu) in __set_pte_at()
797 static inline bool pte_ci(pte_t pte) in pte_ci()
886 static inline pte_t pud_pte(pud_t pud) in pud_pte()
891 static inline pud_t pte_pud(pte_t pte) in pte_pud()
896 static inline pte_t *pudp_ptep(pud_t *pud) in pudp_ptep()
898 return (pte_t *)pud; in pudp_ptep()
954 static inline pte_t p4d_pte(p4d_t p4d) in p4d_pte()
959 static inline p4d_t pte_p4d(pte_t pte) in pte_p4d()
1032 static inline pte_t pmd_pte(pmd_t pmd) in pmd_pte()
1037 static inline pmd_t pte_pmd(pte_t pte) in pte_pmd()
1042 static inline pte_t *pmdp_ptep(pmd_t *pmd) in pmdp_ptep()
1044 return (pte_t *)pmd; in pmdp_ptep()
1416 pte_t ptep_modify_prot_start(struct vm_area_struct *, unsigned long, pte_t *);
1418 pte_t *, pte_t, pte_t);