slow_virt_to_phys 565 arch/x86/include/asm/pgtable_types.h extern phys_addr_t slow_virt_to_phys(void *__address); slow_virt_to_phys 288 arch/x86/kernel/kvm.c wrmsrl(MSR_KVM_STEAL_TIME, (slow_virt_to_phys(st) | KVM_MSR_ENABLED)); slow_virt_to_phys 290 arch/x86/kernel/kvm.c cpu, (unsigned long long) slow_virt_to_phys(st)); slow_virt_to_phys 312 arch/x86/kernel/kvm.c u64 pa = slow_virt_to_phys(this_cpu_ptr(&apf_reason)); slow_virt_to_phys 333 arch/x86/kernel/kvm.c pa = slow_virt_to_phys(this_cpu_ptr(&kvm_apic_eoi)) slow_virt_to_phys 74 arch/x86/kernel/kvmclock.c wrmsrl(msr_kvm_wall_clock, slow_virt_to_phys(&wall_clock)); slow_virt_to_phys 179 arch/x86/kernel/kvmclock.c pa = slow_virt_to_phys(&src->pvti) | 0x01ULL; slow_virt_to_phys 700 arch/x86/mm/pageattr.c EXPORT_SYMBOL_GPL(slow_virt_to_phys); slow_virt_to_phys 80 arch/x86/mm/physaddr.c BUG_ON(slow_virt_to_phys((void *)x) != phys_addr); slow_virt_to_phys 327 arch/x86/platform/efi/efi_64.c pa = slow_virt_to_phys(va); slow_virt_to_phys 174 drivers/ptp/ptp_kvm.c clock_pair_gpa = slow_virt_to_phys(&clock_pair);