Searched defs:pte (Results 1 – 14 of 14) sorted by relevance
/include/asm-generic/ |
D | pgtable_uffd.h | 5 static __always_inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() 15 static __always_inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp() 25 static __always_inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp() 35 static __always_inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp() 40 static __always_inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp() 45 static __always_inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
|
D | hugetlb.h | 10 static inline unsigned long huge_pte_write(pte_t pte) in huge_pte_write() 15 static inline unsigned long huge_pte_dirty(pte_t pte) in huge_pte_dirty() 20 static inline pte_t huge_pte_mkwrite(pte_t pte) in huge_pte_mkwrite() 25 static inline pte_t huge_pte_mkdirty(pte_t pte) in huge_pte_mkdirty() 30 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() 54 pte_t *ptep, pte_t pte) in set_huge_pte_at() 77 static inline int huge_pte_none(pte_t pte) in huge_pte_none() 84 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect() 116 pte_t pte, int dirty) in huge_ptep_set_access_flags()
|
D | pgalloc.h | 42 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 61 struct page *pte; in __pte_alloc_one() local
|
D | pgtable-nopmd.h | 36 #define pud_populate(mm, pmd, pte) do { } while (0) argument
|
D | page.h | 38 unsigned long pte; member
|
/include/linux/ |
D | pgtable.h | 100 #define pte_unmap(pte) kunmap_atomic((pte)) argument 103 #define pte_unmap(pte) ((void)(pte)) /* NOP */ argument 211 pte_t pte = *ptep; in ptep_test_and_clear_young() local 298 pte_t pte = *ptep; in ptep_get_and_clear() local 345 pte_t pte; in ptep_get_lockless() local 415 pte_t pte; in ptep_get_and_clear_full() local 486 static inline pte_t pte_sw_mkyoung(pte_t pte) in pte_sw_mkyoung() 610 static inline int pte_unused(pte_t pte) in pte_unused() 617 #define pte_access_permitted(pte, write) \ argument 675 #define set_pte_safe(ptep, pte) \ argument [all …]
|
D | swapops.h | 27 static inline pte_t pte_swp_clear_flags(pte_t pte) in pte_swp_clear_flags() 66 static inline int is_swap_pte(pte_t pte) in is_swap_pte() 75 static inline swp_entry_t pte_to_swp_entry(pte_t pte) in pte_to_swp_entry() 242 struct mm_struct *mm, pte_t *pte) { } in migration_entry_wait_huge()
|
D | userfaultfd_k.h | 118 pte_t pte) in userfaultfd_pte_wp() 191 pte_t pte) in userfaultfd_pte_wp()
|
D | hugetlb.h | 852 struct mm_struct *mm, pte_t *pte) in huge_pte_lockptr() 888 pte_t *ptep, pte_t pte, unsigned long sz) in set_huge_swap_pte_at() 907 pte_t old_pte, pte_t pte) in huge_ptep_modify_prot_commit() 1085 struct mm_struct *mm, pte_t *pte) in huge_pte_lock() 1107 static inline bool hugetlb_pmd_shared(pte_t *pte) in hugetlb_pmd_shared() 1112 static inline bool hugetlb_pmd_shared(pte_t *pte) in hugetlb_pmd_shared()
|
D | rmap.h | 219 pte_t *pte; member
|
D | mmu_notifier.h | 456 unsigned long address, pte_t pte) in mmu_notifier_change_pte() 728 unsigned long address, pte_t pte) in mmu_notifier_change_pte()
|
D | intel-iommu.h | 681 static inline void dma_clear_pte(struct dma_pte *pte) in dma_clear_pte() 686 static inline u64 dma_pte_addr(struct dma_pte *pte) in dma_pte_addr() 697 static inline bool dma_pte_present(struct dma_pte *pte) in dma_pte_present() 702 static inline bool dma_pte_superpage(struct dma_pte *pte) in dma_pte_superpage() 707 static inline int first_pte_in_page(struct dma_pte *pte) in first_pte_in_page()
|
D | mm.h | 574 pte_t *pte; /* Pointer to pte entry matching member 1066 static inline pte_t maybe_mkwrite(pte_t pte, struct vm_area_struct *vma) in maybe_mkwrite() 2095 static inline int pte_special(pte_t pte) in pte_special() 2100 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial() 2107 static inline int pte_devmap(pte_t pte) in pte_devmap() 2343 #define pte_unmap_unlock(pte, ptl) do { \ argument
|
D | kvm_host.h | 241 pte_t pte; member
|