Searched refs:pte_phys (Results 1 – 3 of 3) sorted by relevance
210 phys_addr_t pte_phys; in alloc_init_cont_pte() local215 pte_phys = pgtable_alloc(TABLE_PTE); in alloc_init_cont_pte()216 if (pte_phys == INVALID_PHYS_ADDR) in alloc_init_cont_pte()218 ptep = pte_set_fixmap(pte_phys); in alloc_init_cont_pte()221 __pmd_populate(pmdp, pte_phys, pmdval); in alloc_init_cont_pte()592 phys_addr_t pte_phys; in split_pmd() local596 pte_phys = pgd_pgtable_alloc_init_mm_gfp(TABLE_PTE, gfp); in split_pmd()597 if (pte_phys == INVALID_PHYS_ADDR) in split_pmd()599 ptep = (pte_t *)phys_to_virt(pte_phys); in split_pmd()617 __pmd_populate(pmdp, pte_phys, tableprot); in split_pmd()
66 phys_addr_t pte_phys = early ? in kasan_pte_offset() local69 __pmd_populate(pmdp, pte_phys, PMD_TYPE_TABLE); in kasan_pte_offset()
121 __u64 pte_phys; member