Home
last modified time | relevance | path

Searched defs:pgd_phys (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-4.19/arch/arm64/include/asm/
Dmmu_context.h150 phys_addr_t pgd_phys = virt_to_phys(pgdp); in cpu_replace_ttbr1() local
/kernel/linux/linux-5.10/arch/arm64/mm/
Dcontext.c349 void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm) in cpu_do_switch_mm()
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dpgtable-64.h221 #define pgd_phys(pgd) virt_to_phys((void *)pgd_val(pgd)) macro
/kernel/linux/linux-4.19/arch/arm64/mm/
Dmmu.c632 phys_addr_t pgd_phys = early_pgtable_alloc(); in paging_init() local
/kernel/linux/linux-4.19/virt/kvm/arm/
Darm.c514 phys_addr_t pgd_phys; in update_vttbr() local
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dkvm_host.h83 phys_addr_t pgd_phys; member