Lines Matching refs:pte
26 struct page *pte; in pte_alloc_one() local
28 pte = alloc_pages(__userpte_alloc_gfp, 0); in pte_alloc_one()
29 if (!pte) in pte_alloc_one()
31 if (!pgtable_page_ctor(pte)) { in pte_alloc_one()
32 __free_page(pte); in pte_alloc_one()
35 return pte; in pte_alloc_one()
55 void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte) in ___pte_free_tlb() argument
57 pgtable_page_dtor(pte); in ___pte_free_tlb()
58 paravirt_release_pte(page_to_pfn(pte)); in ___pte_free_tlb()
59 tlb_remove_page(tlb, pte); in ___pte_free_tlb()
454 (unsigned long *) &ptep->pte); in ptep_test_and_clear_young()
547 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte) in __native_set_fixmap() argument
555 set_pte_vaddr(address, pte); in __native_set_fixmap()