Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/mm/
H A Dkasan_init.c116 phys_addr_t pte_phys = early ? in kasan_pte_offset() local
119 memcpy(__va(pte_phys), kasan_early_shadow_pte, sizeof(kasan_early_shadow_pte)); in kasan_pte_offset()
120 pmd_populate_kernel(NULL, pmdp, (pte_t *)__va(pte_phys)); in kasan_pte_offset()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h121 __u64 pte_phys; member
/openbmc/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h121 uint64_t pte_phys; member
/openbmc/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.c208 phys_addr_t pte_phys; in alloc_init_cont_pte() local
213 pte_phys = pgtable_alloc(PAGE_SHIFT); in alloc_init_cont_pte()
214 __pmd_populate(pmdp, pte_phys, pmdval); in alloc_init_cont_pte()
/openbmc/linux/arch/riscv/mm/
H A Dinit.c479 phys_addr_t pte_phys; in create_pmd_mapping() local
489 pte_phys = pt_ops.alloc_pte(va); in create_pmd_mapping()
490 pmdp[pmd_idx] = pfn_pmd(PFN_DOWN(pte_phys), PAGE_TABLE); in create_pmd_mapping()
491 ptep = pt_ops.get_pte_virt(pte_phys); in create_pmd_mapping()
494 pte_phys = PFN_PHYS(_pmd_pfn(pmdp[pmd_idx])); in create_pmd_mapping()
495 ptep = pt_ops.get_pte_virt(pte_phys); in create_pmd_mapping()