Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/kvm/hyp/vhe/
Dswitch.c280 cnt = compute_counter_value(vcpu_ptimer(vcpu)); in compute_emulated_cntx_ctl_el0()
285 cnt = compute_counter_value(vcpu_vtimer(vcpu)); in compute_emulated_cntx_ctl_el0()
339 val = compute_counter_value(vcpu_hptimer(vcpu)); in kvm_hyp_handle_timer()
361 val = compute_counter_value(vcpu_hvtimer(vcpu)); in kvm_hyp_handle_timer()
/linux-6.14.4/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h597 static inline u64 compute_counter_value(struct arch_timer_context *ctxt) in compute_counter_value() function
652 val = compute_counter_value(ctxt); in kvm_handle_cntxct()