Searched defs:pte (Results 1 – 8 of 8) sorted by relevance
/include/asm-generic/ |
D | hugetlb.h | 9 static inline unsigned long huge_pte_write(pte_t pte) in huge_pte_write() 14 static inline unsigned long huge_pte_dirty(pte_t pte) in huge_pte_dirty() 19 static inline pte_t huge_pte_mkwrite(pte_t pte) in huge_pte_mkwrite() 24 static inline pte_t huge_pte_mkdirty(pte_t pte) in huge_pte_mkdirty() 29 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify()
|
D | pgtable.h | 37 pte_t pte = *ptep; in ptep_test_and_clear_young() local 87 pte_t pte = *ptep; in ptep_get_and_clear() local 111 pte_t pte; in ptep_get_and_clear_full() local 203 static inline int pte_unused(pte_t pte) in pte_unused() 229 #define move_pte(pte, prot, old_addr, new_addr) (pte) argument 233 # define pte_accessible(mm, pte) ((void)(pte), 1) argument 237 #define pte_present_nonuma(pte) pte_present(pte) argument 351 pte_t *ptep, pte_t pte) in __ptep_modify_prot_commit() 388 pte_t *ptep, pte_t pte) in ptep_modify_prot_commit() 432 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() [all …]
|
D | pgtable-nopmd.h | 35 #define pud_populate(mm, pmd, pte) do { } while (0) argument
|
D | page.h | 40 unsigned long pte; member
|
/include/linux/ |
D | swapops.h | 55 static inline int is_swap_pte(pte_t pte) in is_swap_pte() 65 static inline swp_entry_t pte_to_swp_entry(pte_t pte) in pte_to_swp_entry() 160 struct mm_struct *mm, pte_t *pte) { } in migration_entry_wait_huge()
|
D | mmu_notifier.h | 218 unsigned long address, pte_t pte) in mmu_notifier_change_pte() 326 unsigned long address, pte_t pte) in mmu_notifier_change_pte()
|
D | hugetlb.h | 410 struct mm_struct *mm, pte_t *pte) in huge_pte_lockptr() 458 struct mm_struct *mm, pte_t *pte) in huge_pte_lockptr() 465 struct mm_struct *mm, pte_t *pte) in huge_pte_lock()
|
D | mm.h | 231 pte_t *pte; /* pte entry associated with ->pgoff */ member 631 static inline pte_t maybe_mkwrite(pte_t pte, struct vm_area_struct *vma) in maybe_mkwrite() 1514 #define pte_unmap_unlock(pte, ptl) do { \ argument
|