Searched refs:vcpu_hptimer (Results 1 – 2 of 2) sorted by relevance
130 if (map.direct_ptimer == vcpu_hptimer(vcpu)) in __activate_traps()166 if (map.direct_ptimer == vcpu_hptimer(vcpu)) in __deactivate_traps()296 val -= timer_get_offset(vcpu_hptimer(vcpu)); in kvm_hyp_handle_timer()303 val = compute_counter_value(vcpu_hptimer(vcpu)); in kvm_hyp_handle_timer()
126 #define vcpu_hptimer(v) (&(v)->arch.timer_cpu.timers[TIMER_HPTIMER]) macro