Home
last modified time | relevance | path

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

/linux-6.15/include/kvm/
H A Darm_arch_timer.h35 u64 *vm_offset; member
173 if (ctxt->offset.vm_offset) in timer_get_offset()
174 offset += *ctxt->offset.vm_offset; in timer_get_offset()
/linux-6.15/arch/arm64/kvm/
H A Darch_timer.c151 if (!ctxt->offset.vm_offset) { in timer_set_offset()
156 WRITE_ONCE(*ctxt->offset.vm_offset, offset); in timer_set_offset()
1040 offs->vm_offset = &vcpu->kvm->arch.timer_data.poffset; in kvm_timer_vcpu_reset()
1069 ctxt->offset.vm_offset = &kvm->arch.timer_data.voffset; in timer_context_init()
1071 ctxt->offset.vm_offset = &kvm->arch.timer_data.poffset; in timer_context_init()
/linux-6.15/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h588 if (ctxt->offset.vm_offset) in hyp_timer_get_offset()
589 offset += *kern_hyp_va(ctxt->offset.vm_offset); in hyp_timer_get_offset()