Lines Matching full:vpa
367 struct lppaca *vpa = local_paca->lppaca_ptr; in process_dtl_buffer() local
380 if (i == be64_to_cpu(vpa->dtl_idx)) in process_dtl_buffer()
383 while (i < be64_to_cpu(vpa->dtl_idx)) { in process_dtl_buffer()
386 if (i + N_DISPATCH_LOG < be64_to_cpu(vpa->dtl_idx)) { in process_dtl_buffer()
390 be64_to_cpu(vpa->dtl_idx) - N_DISPATCH_LOG - i); in process_dtl_buffer()
391 i = be64_to_cpu(vpa->dtl_idx) - N_DISPATCH_LOG; in process_dtl_buffer()
667 * VPA steal time counters are reported at TB frequency. Hence do a in pseries_paravirt_steal_clock()
684 * The spec says it "may be problematic" if CPU x registers the VPA of in vpa_init()
699 pr_err("WARNING: VPA registration for cpu %d (hw %d) of area " in vpa_init()
1994 /* debugfs file interface for vpa data */
2020 vpa_dir = debugfs_create_dir("vpa", arch_debugfs_dir); in vpa_debugfs_init()
2022 /* set up the per-cpu vpa file*/ in vpa_debugfs_init()