Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dx86.c3404 u64 now_ns; in kvm_arch_vm_ioctl() local
3417 now_ns = get_kernel_ns(); in kvm_arch_vm_ioctl()
3418 delta = user_ns.clock - now_ns; in kvm_arch_vm_ioctl()
3425 u64 now_ns; in kvm_arch_vm_ioctl() local
3428 now_ns = get_kernel_ns(); in kvm_arch_vm_ioctl()
3429 user_ns.clock = kvm->arch.kvmclock_offset + now_ns; in kvm_arch_vm_ioctl()