Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c4156 u64 l1_to_l2_ns, l2_to_l1_ns, l2_runtime_ns; in do_trace_nested_cs_time() local
4163 l2_runtime_ns = tb_to_ns(be64_to_cpu(lp->l2_runtime_tb)); in do_trace_nested_cs_time()
4166 l2_runtime_ns - *l2_runtime_agg_ptr); in do_trace_nested_cs_time()
4169 *l2_runtime_agg_ptr = l2_runtime_ns; in do_trace_nested_cs_time()
4172 vcpu->arch.l2_runtime_agg = l2_runtime_ns; in do_trace_nested_cs_time()