Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/uapi/asm/
Dkvm_para.h95 __u64 pte_phys; member
/Linux-v4.19/arch/arm64/mm/
Dkasan_init.c51 phys_addr_t pte_phys = early ? __pa_symbol(kasan_zero_pte) in kasan_pte_offset() local
53 __pmd_populate(pmdp, pte_phys, PMD_TYPE_TABLE); in kasan_pte_offset()
Dmmu.c164 phys_addr_t pte_phys; in alloc_init_cont_pte() local
166 pte_phys = pgtable_alloc(); in alloc_init_cont_pte()
167 __pmd_populate(pmdp, pte_phys, PMD_TYPE_TABLE); in alloc_init_cont_pte()