Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/riscv/mm/
Dinit.c348 phys_addr_t pte_phys; in create_pmd_mapping() local
358 pte_phys = pt_ops.alloc_pte(va); in create_pmd_mapping()
359 pmdp[pmd_idx] = pfn_pmd(PFN_DOWN(pte_phys), PAGE_TABLE); in create_pmd_mapping()
360 ptep = pt_ops.get_pte_virt(pte_phys); in create_pmd_mapping()
363 pte_phys = PFN_PHYS(_pmd_pfn(pmdp[pmd_idx])); in create_pmd_mapping()
364 ptep = pt_ops.get_pte_virt(pte_phys); in create_pmd_mapping()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dkvm_para.h107 __u64 pte_phys; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dkvm_para.h88 __u64 pte_phys; member
/kernel/linux/linux-5.10/arch/arm64/mm/
Dkasan_init.c63 phys_addr_t pte_phys = early ? in kasan_pte_offset() local
66 __pmd_populate(pmdp, pte_phys, PMD_TYPE_TABLE); in kasan_pte_offset()
Dmmu.c189 phys_addr_t pte_phys; in alloc_init_cont_pte() local
191 pte_phys = pgtable_alloc(PAGE_SHIFT); in alloc_init_cont_pte()
192 __pmd_populate(pmdp, pte_phys, PMD_TYPE_TABLE); in alloc_init_cont_pte()