Home
last modified time | relevance | path

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

/linux/include/kvm/
H A Darm_arch_timer.h35 u64 *vm_offset; member
171 if (ctxt->offset.vm_offset) in timer_get_offset()
172 offset += *ctxt->offset.vm_offset; in timer_get_offset()
181 if (!ctxt->offset.vm_offset) { in timer_set_offset()
186 WRITE_ONCE(*ctxt->offset.vm_offset, offset); in timer_set_offset()
/linux/arch/arm64/kvm/
H A Darch_timer.c1031 offs->vm_offset = &vcpu->kvm->arch.timer_data.poffset; in kvm_timer_vcpu_reset()
1061 ctxt->offset.vm_offset = &kvm->arch.timer_data.voffset; in timer_context_init()
1063 ctxt->offset.vm_offset = &kvm->arch.timer_data.poffset; in timer_context_init()
1065 ctxt->offset.vm_offset = NULL; in timer_context_init()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h675 if (ctxt->offset.vm_offset) in hyp_timer_get_offset()
676 offset += *kern_hyp_va(ctxt->offset.vm_offset); in hyp_timer_get_offset()