Lines Matching full:vpa
366 struct lppaca *vpa = local_paca->lppaca_ptr; in process_dtl_buffer() local
379 if (i == be64_to_cpu(vpa->dtl_idx)) in process_dtl_buffer()
382 while (i < be64_to_cpu(vpa->dtl_idx)) { in process_dtl_buffer()
385 if (i + N_DISPATCH_LOG < be64_to_cpu(vpa->dtl_idx)) { in process_dtl_buffer()
389 be64_to_cpu(vpa->dtl_idx) - N_DISPATCH_LOG - i); in process_dtl_buffer()
390 i = be64_to_cpu(vpa->dtl_idx) - N_DISPATCH_LOG; in process_dtl_buffer()
666 * VPA steal time counters are reported at TB frequency. Hence do a in pseries_paravirt_steal_clock()
683 * The spec says it "may be problematic" if CPU x registers the VPA of in vpa_init()
698 pr_err("WARNING: VPA registration for cpu %d (hw %d) of area " in vpa_init()
1993 /* debugfs file interface for vpa data */
2019 vpa_dir = debugfs_create_dir("vpa", arch_debugfs_dir); in vpa_debugfs_init()
2021 /* set up the per-cpu vpa file*/ in vpa_debugfs_init()