• Home
  • Raw
  • Download

Lines Matching refs:pte_t

92 static inline int pte_dirty(pte_t pte)  in pte_dirty()
97 static inline int pte_young(pte_t pte) in pte_young()
112 static inline int pte_write(pte_t pte) in pte_write()
117 static inline int pte_file(pte_t pte) in pte_file()
122 static inline int pte_huge(pte_t pte) in pte_huge()
127 static inline int pte_global(pte_t pte) in pte_global()
132 static inline int pte_exec(pte_t pte) in pte_exec()
137 static inline int pte_special(pte_t pte) in pte_special()
148 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
187 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags()
194 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags()
201 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
206 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
211 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
216 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
221 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
226 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
231 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite()
236 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
241 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
246 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
251 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
256 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
311 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
321 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
331 static inline pte_t pte_file_clear_soft_dirty(pte_t pte) in pte_file_clear_soft_dirty()
336 static inline pte_t pte_file_mksoft_dirty(pte_t pte) in pte_file_mksoft_dirty()
341 static inline int pte_file_soft_dirty(pte_t pte) in pte_file_soft_dirty()
362 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
374 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
438 pte_t *populate_extra_pte(unsigned long vaddr);
452 static inline int pte_none(pte_t pte) in pte_none()
458 static inline int pte_same(pte_t a, pte_t b) in pte_same()
463 static inline int pte_present(pte_t a) in pte_present()
470 static inline int pte_present_nonuma(pte_t a) in pte_present_nonuma()
476 static inline bool pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible()
488 static inline int pte_hidden(pte_t pte) in pte_hidden()
554 static inline pte_t *pte_offset_kernel(pmd_t *pmd, unsigned long address) in pte_offset_kernel()
556 return (pte_t *)pmd_page_vaddr(*pmd) + pte_index(address); in pte_offset_kernel()
690 static inline pte_t native_local_ptep_get_and_clear(pte_t *ptep) in native_local_ptep_get_and_clear()
692 pte_t res = *ptep; in native_local_ptep_get_and_clear()
708 pte_t *ptep , pte_t pte) in native_set_pte_at()
748 unsigned long address, pte_t *ptep,
749 pte_t entry, int dirty);
753 unsigned long addr, pte_t *ptep);
757 unsigned long address, pte_t *ptep);
760 static inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, in ptep_get_and_clear()
761 pte_t *ptep) in ptep_get_and_clear()
763 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear()
769 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full()
770 unsigned long addr, pte_t *ptep, in ptep_get_and_clear_full()
773 pte_t pte; in ptep_get_and_clear_full()
788 unsigned long addr, pte_t *ptep) in ptep_set_wrprotect()
873 unsigned long addr, pte_t *ptep) in update_mmu_cache()
882 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
888 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
894 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()