Searched refs:boot_pgd_ptr (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
H A Dkvm_host.h237 static inline void __cpu_init_hyp_mode(phys_addr_t boot_pgd_ptr, __cpu_init_hyp_mode() argument
246 kvm_call_hyp((void *)boot_pgd_ptr, pgd_ptr, __cpu_init_hyp_mode()
/linux-4.4.14/arch/arm/include/asm/
H A Dkvm_host.h191 static inline void __cpu_init_hyp_mode(phys_addr_t boot_pgd_ptr, __cpu_init_hyp_mode() argument
212 kvm_call_hyp(NULL, 0, boot_pgd_ptr); __cpu_init_hyp_mode()
/linux-4.4.14/arch/arm/kvm/
H A Darm.c959 phys_addr_t boot_pgd_ptr; cpu_init_hyp_mode() local
968 boot_pgd_ptr = kvm_mmu_get_boot_httbr(); cpu_init_hyp_mode()
974 __cpu_init_hyp_mode(boot_pgd_ptr, pgd_ptr, hyp_stack_ptr, vector_ptr); cpu_init_hyp_mode()

Completed in 148 milliseconds