Home
last modified time | relevance | path

Searched refs:pte_t (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/linux-3.4.99/arch/powerpc/include/asm/
Dpgtable.h31 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_RW; } in pte_write()
32 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
33 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
34 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file()
35 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
36 static inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_PRESENT; } in pte_present()
37 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none()
38 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot()
46 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte()
49 static inline unsigned long pte_pfn(pte_t pte) { in pte_pfn()
[all …]
Dhugetlb.h9 static inline pte_t *hugepd_page(hugepd_t hpd) in hugepd_page()
12 return (pte_t *)((hpd.pd & ~HUGEPD_SHIFT_MASK) | PD_HUGE); in hugepd_page()
20 static inline pte_t *hugepte_offset(hugepd_t *hpdp, unsigned long addr, in hugepte_offset()
30 pte_t *dir = hugepd_page(*hpdp); in hugepte_offset()
38 pte_t *huge_pte_offset_and_shift(struct mm_struct *mm,
56 pte_t pte);
90 pte_t *ptep, pte_t pte) in set_huge_pte_at()
95 static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear()
96 unsigned long addr, pte_t *ptep) in huge_ptep_get_and_clear()
106 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
[all …]
/linux-3.4.99/arch/mips/include/asm/
Dpgtable.h105 static inline void set_pte(pte_t *ptep, pte_t pte) in set_pte()
113 pte_t *buddy = ptep_buddy(ptep); in set_pte()
126 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear()
128 pte_t null = __pte(0); in pte_clear()
146 static inline void set_pte(pte_t *ptep, pte_t pteval) in set_pte()
151 pte_t *buddy = ptep_buddy(ptep); in set_pte()
163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear()
191 #define PTE_T_LOG2 (__builtin_ffs(sizeof(pte_t)) - 1)
204 static inline int pte_write(pte_t pte) { return pte.pte_low & _PAGE_WRITE; } in pte_write()
205 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } in pte_dirty()
[all …]
Dhugetlb.h54 pte_t *ptep, pte_t pte) in set_huge_pte_at()
59 static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear()
60 unsigned long addr, pte_t *ptep) in huge_ptep_get_and_clear()
62 pte_t clear; in huge_ptep_get_and_clear()
63 pte_t pte = *ptep; in huge_ptep_get_and_clear()
71 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
76 static inline int huge_pte_none(pte_t pte) in huge_pte_none()
82 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect()
88 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
95 pte_t *ptep, pte_t pte, in huge_ptep_set_access_flags()
[all …]
/linux-3.4.99/arch/um/include/asm/
Dpgtable.h130 static inline int pte_none(pte_t pte) in pte_none()
139 static inline int pte_read(pte_t pte) in pte_read()
145 static inline int pte_exec(pte_t pte){ in pte_exec()
150 static inline int pte_write(pte_t pte) in pte_write()
159 static inline int pte_file(pte_t pte) in pte_file()
164 static inline int pte_dirty(pte_t pte) in pte_dirty()
169 static inline int pte_young(pte_t pte) in pte_young()
174 static inline int pte_newpage(pte_t pte) in pte_newpage()
179 static inline int pte_newprot(pte_t pte) in pte_newprot()
184 static inline int pte_special(pte_t pte) in pte_special()
[all …]
/linux-3.4.99/arch/m68k/include/asm/
Dsun3_pgtable.h106 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
124 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none()
125 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present()
126 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear()
133 ({ pte_t __pte; pte_val(__pte) = pfn | pgprot_val(pgprot); __pte; })
168 static inline int pte_write(pte_t pte) { return pte_val(pte) & SUN3_PAGE_WRITEABLE; } in pte_write()
169 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty()
170 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young()
171 static inline int pte_file(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_file()
172 static inline int pte_special(pte_t pte) { return 0; } in pte_special()
[all …]
Dmcf_pgtable.h159 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
175 static inline int pte_none(pte_t pte) in pte_none()
180 static inline int pte_present(pte_t pte) in pte_present()
186 pte_t *ptep) in pte_clear()
221 static inline int pte_read(pte_t pte) in pte_read()
226 static inline int pte_write(pte_t pte) in pte_write()
231 static inline int pte_exec(pte_t pte) in pte_exec()
236 static inline int pte_dirty(pte_t pte) in pte_dirty()
241 static inline int pte_young(pte_t pte) in pte_young()
246 static inline int pte_file(pte_t pte) in pte_file()
[all …]
Dmotorola_pgtable.h103 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
109 static inline void pmd_set(pmd_t *pmdp, pte_t *ptep) in pmd_set()
116 ptbl += (sizeof(pte_t)*PTRS_PER_PTE/16); in pmd_set()
168 static inline int pte_write(pte_t pte) { return !(pte_val(pte) & _PAGE_RONLY); } in pte_write()
169 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
170 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
171 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file()
172 static inline int pte_special(pte_t pte) { return 0; } in pte_special()
174 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect()
175 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~_PAGE_DIRTY; return pte; } in pte_mkclean()
[all …]
/linux-3.4.99/arch/microblaze/include/asm/
Dpgtable.h44 #define __swp_entry_to_pte(x) ((pte_t) { (x).val })
47 static inline int pte_file(pte_t pte) { return 0; } in pte_file()
83 extern pte_t *va_to_pte(unsigned long address);
90 static inline int pte_special(pte_t pte) { return 0; } in pte_special()
92 static inline pte_t pte_mkspecial(pte_t pte) { return pte; } in pte_mkspecial()
344 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read()
345 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_RW; } in pte_write()
346 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec()
347 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
348 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dpgtable.h90 static inline int pte_dirty(pte_t pte) in pte_dirty()
95 static inline int pte_young(pte_t pte) in pte_young()
105 static inline int pte_write(pte_t pte) in pte_write()
110 static inline int pte_file(pte_t pte) in pte_file()
115 static inline int pte_huge(pte_t pte) in pte_huge()
120 static inline int pte_global(pte_t pte) in pte_global()
125 static inline int pte_exec(pte_t pte) in pte_exec()
130 static inline int pte_special(pte_t pte) in pte_special()
135 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
174 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags()
[all …]
Dhugetlb.h40 pte_t *ptep, pte_t pte) in set_huge_pte_at()
45 static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear()
46 unsigned long addr, pte_t *ptep) in huge_ptep_get_and_clear()
52 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
57 static inline int huge_pte_none(pte_t pte) in huge_pte_none()
62 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect()
68 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
74 unsigned long addr, pte_t *ptep, in huge_ptep_set_access_flags()
75 pte_t pte, int dirty) in huge_ptep_set_access_flags()
80 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get()
/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_32.h85 extern pte_t pg0[1024];
86 extern pte_t pg1[1024];
87 extern pte_t pg2[1024];
88 extern pte_t pg3[1024];
131 extern pte_t * __bad_pagetable(void);
132 extern pte_t __bad_page(void);
147 BTFIXUPDEF_CALL_CONST(int, pte_present, pte_t) in BTFIXUPDEF_CALL_CONST()
148 BTFIXUPDEF_CALL(void, pte_clear, pte_t *) in BTFIXUPDEF_CALL_CONST()
150 static inline int pte_none(pte_t pte) in BTFIXUPDEF_CALL_CONST()
189 static int pte_write(pte_t pte) __attribute_const__;
[all …]
Dhugetlb.h8 pte_t *ptep, pte_t pte);
10 pte_t huge_ptep_get_and_clear(struct mm_struct *mm, unsigned long addr,
11 pte_t *ptep);
44 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
48 static inline int huge_pte_none(pte_t pte) in huge_pte_none()
53 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect()
59 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
61 pte_t old_pte = *ptep; in huge_ptep_set_wrprotect()
66 unsigned long addr, pte_t *ptep, in huge_ptep_set_access_flags()
67 pte_t pte, int dirty) in huge_ptep_set_access_flags()
[all …]
/linux-3.4.99/arch/openrisc/include/asm/
Dpgtable.h238 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read()
239 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } in pte_write()
240 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec()
241 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
242 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
243 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file()
244 static inline int pte_special(pte_t pte) { return 0; } in pte_special()
245 static inline pte_t pte_mkspecial(pte_t pte) { return pte; } in pte_mkspecial()
247 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
253 static inline pte_t pte_rdprotect(pte_t pte) in pte_rdprotect()
[all …]
/linux-3.4.99/arch/cris/include/asm/
Dpgtable.h114 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } in pte_write()
115 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty()
116 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
117 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file()
118 static inline int pte_special(pte_t pte) { return 0; } in pte_special()
120 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
126 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
132 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
138 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite()
146 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
[all …]
/linux-3.4.99/arch/xtensa/include/asm/
Dpgtable.h217 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITABLE; } in pte_write()
218 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
219 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
220 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file()
221 static inline int pte_special(pte_t pte) { return 0; } in pte_special()
223 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
225 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
227 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
229 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
231 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
[all …]
/linux-3.4.99/arch/s390/include/asm/
Dpgtable.h515 static inline int pte_none(pte_t pte) in pte_none()
520 static inline int pte_present(pte_t pte) in pte_present()
528 static inline int pte_file(pte_t pte) in pte_file()
534 static inline int pte_special(pte_t pte) in pte_special()
540 static inline int pte_same(pte_t a, pte_t b) in pte_same()
545 static inline pgste_t pgste_get_lock(pte_t *ptep) in pgste_get_lock()
565 static inline void pgste_set_unlock(pte_t *ptep, pgste_t pgste) in pgste_set_unlock()
577 static inline pgste_t pgste_update_all(pte_t *ptep, pgste_t pgste) in pgste_update_all()
612 static inline pgste_t pgste_update_young(pte_t *ptep, pgste_t pgste) in pgste_update_young()
632 static inline void pgste_set_pte(pte_t *ptep, pgste_t pgste, pte_t entry) in pgste_set_pte()
[all …]
/linux-3.4.99/arch/alpha/include/asm/
Dpgtable.h151 extern pte_t __bad_page(void);
213 pte_t pte; \
220 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte()
221 { pte_t pte; pte_val(pte) = (PHYS_TWIDDLE(physpfn) << 32) | pgprot_val(pgprot); return pte; } in pfn_pte()
223 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
226 extern inline void pmd_set(pmd_t * pmdp, pte_t * ptep) in pmd_set()
247 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } in pte_none()
248 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present()
249 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear()
268 extern inline int pte_write(pte_t pte) { return !(pte_val(pte) & _PAGE_FOW); } in pte_write()
[all …]
/linux-3.4.99/arch/mn10300/include/asm/
Dpgtable.h104 extern pte_t kernel_vmalloc_ptes[(VMALLOC_END - VMALLOC_START) / PAGE_SIZE];
237 static inline int pte_user(pte_t pte) { return pte_val(pte) & __PAGE_PROT_USER; } in pte_user()
238 static inline int pte_read(pte_t pte) { return pte_val(pte) & __PAGE_PROT_USER; } in pte_read()
239 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
240 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
241 static inline int pte_write(pte_t pte) { return pte_val(pte) & __PAGE_PROT_WRITE; } in pte_write()
242 static inline int pte_special(pte_t pte){ return 0; } in pte_special()
247 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file()
249 static inline pte_t pte_rdprotect(pte_t pte) in pte_rdprotect()
253 static inline pte_t pte_exprotect(pte_t pte) in pte_exprotect()
[all …]
/linux-3.4.99/arch/score/include/asm/
Dpgtable.h12 extern pte_t invalid_pte_table[PAGE_SIZE/sizeof(pte_t)];
85 ((pte_t *) pmd_page_vaddr(*(dir)) + __pte_offset(address))
87 ((pte_t *) pmd_page_vaddr(*(dir)) + __pte_offset(address))
90 ((pte_t *)page_address(pmd_page(*(dir))) + __pte_offset(address))
101 ((pte_t) {((off) & 0x1ff) | (((off) >> 9) << 11) | _PAGE_FILE})
104 #define __swp_entry_to_pte(x) ((pte_t) {(x).val})
109 static inline pte_t pte_mkspecial(pte_t pte) { return pte; } in pte_mkspecial()
189 static inline int pte_write(pte_t pte) in pte_write()
194 static inline int pte_dirty(pte_t pte) in pte_dirty()
199 static inline int pte_young(pte_t pte) in pte_young()
[all …]
/linux-3.4.99/arch/hexagon/include/asm/
Dpgtable.h194 extern void sync_icache_dcache(pte_t pte);
200 static inline void set_pte(pte_t *ptep, pte_t pteval) in set_pte()
228 pte_t *ptep) in pte_clear()
302 static inline int pte_none(pte_t pte) in pte_none()
310 static inline int pte_present(pte_t pte) in pte_present()
322 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
329 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
336 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
343 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
350 static inline int pte_young(pte_t pte) in pte_young()
[all …]
/linux-3.4.99/arch/sh/include/asm/
Dhugetlb.h39 pte_t *ptep, pte_t pte) in set_huge_pte_at()
44 static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear()
45 unsigned long addr, pte_t *ptep) in huge_ptep_get_and_clear()
51 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
55 static inline int huge_pte_none(pte_t pte) in huge_pte_none()
60 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect()
66 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
72 unsigned long addr, pte_t *ptep, in huge_ptep_set_access_flags()
73 pte_t pte, int dirty) in huge_ptep_set_access_flags()
78 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get()
Dpgtable_64.h35 static __inline__ void set_pte(pte_t *pteptr, pte_t pteval) in set_pte()
84 ((pte_t *) ((pmd_val(*(dir))) & PAGE_MASK) + pte_index((addr)))
264 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty()
265 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()
266 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file()
267 static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } in pte_write()
268 static inline int pte_special(pte_t pte){ return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
270 static inline pte_t pte_wrprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_WRITE)); r… in pte_wrprotect()
271 static inline pte_t pte_mkclean(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_DIRTY)); ret… in pte_mkclean()
272 static inline pte_t pte_mkold(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_ACCESSED)); re… in pte_mkold()
[all …]
/linux-3.4.99/arch/ia64/include/asm/
Dhugetlb.h27 pte_t *ptep, pte_t pte) in set_huge_pte_at()
32 static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear()
33 unsigned long addr, pte_t *ptep) in huge_ptep_get_and_clear()
39 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
43 static inline int huge_pte_none(pte_t pte) in huge_pte_none()
48 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect()
54 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
60 unsigned long addr, pte_t *ptep, in huge_ptep_set_access_flags()
61 pte_t pte, int dirty) in huge_ptep_set_access_flags()
66 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get()
/linux-3.4.99/arch/tile/include/asm/
Dhugetlb.h55 pte_t *ptep, pte_t pte) in set_huge_pte_at()
60 static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear()
61 unsigned long addr, pte_t *ptep) in huge_ptep_get_and_clear()
67 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
72 static inline int huge_pte_none(pte_t pte) in huge_pte_none()
77 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect()
83 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
89 unsigned long addr, pte_t *ptep, in huge_ptep_set_access_flags()
90 pte_t pte, int dirty) in huge_ptep_set_access_flags()
95 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get()

12345678910>>...16