Home
last modified time | relevance | path

Searched refs:pte_phys (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/mm/
H A Dmmu.c210 phys_addr_t pte_phys; in alloc_init_cont_pte() local
215 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() local
596 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()
H A Dkasan_init.c66 phys_addr_t pte_phys = early ? in kasan_pte_offset() local
69 __pmd_populate(pmdp, pte_phys, PMD_TYPE_TABLE); in kasan_pte_offset()
/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h121 __u64 pte_phys; member