Searched defs:__pte (Results 26 – 31 of 31) sorted by relevance
12
97 #define __pte(x) ((pte_t) { (x) } ) macro
1217 pte_t __pte; in mk_pte_phys() local1228 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte() local
700 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument
1585 u64 __pte, __npte; in alloc_pte() local1739 u64 __pte, *pte; in iommu_map_page() local2633 u64 *pte, __pte; in amd_iommu_iova_to_phys() local
372 static inline pte_t __pte(pteval_t val) in __pte() function
115 #define __pte(x) native_make_pte(x) macro