Home
last modified time | relevance | path

Searched refs:vm_offset (Results 1 – 2 of 2) 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/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()