Searched refs:vcpu_hptimer (Results 1 – 2 of 2) sorted by relevance
120 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()
128 #define vcpu_hptimer(v) (&(v)->arch.timer_cpu.timers[TIMER_HPTIMER]) macro