Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dkasan_init.c121 phys_addr_t pte_phys = early ? in kasan_pte_offset() local
124 memcpy(__va(pte_phys), kasan_early_shadow_pte, sizeof(kasan_early_shadow_pte)); in kasan_pte_offset()
125 pmd_populate_kernel(NULL, pmdp, (pte_t *)__va(pte_phys)); in kasan_pte_offset()
/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h121 __u64 pte_phys; member
/linux/arch/arm64/mm/
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()
H A Dmmu.c205 phys_addr_t pte_phys; in alloc_init_cont_pte() local
210 pte_phys = pgtable_alloc(PAGE_SHIFT); in alloc_init_cont_pte()
211 ptep = pte_set_fixmap(pte_phys); in alloc_init_cont_pte()
214 __pmd_populate(pmdp, pte_phys, pmdval); in alloc_init_cont_pte()