Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c120 if (map.direct_ptimer == vcpu_hptimer(vcpu)) in __activate_traps()
156 if (map.direct_ptimer == vcpu_hptimer(vcpu)) in __deactivate_traps()
286 val -= timer_get_offset(vcpu_hptimer(vcpu)); in kvm_hyp_handle_timer()
293 val = compute_counter_value(vcpu_hptimer(vcpu)); in kvm_hyp_handle_timer()
/linux/include/kvm/
H A Darm_arch_timer.h128 #define vcpu_hptimer(v) (&(v)->arch.timer_cpu.timers[TIMER_HPTIMER]) macro