Lines Matching full:vpa
363 struct lppaca *vpa = local_paca->lppaca_ptr; in process_dtl_buffer() local
376 if (i == be64_to_cpu(vpa->dtl_idx)) in process_dtl_buffer()
379 while (i < be64_to_cpu(vpa->dtl_idx)) { in process_dtl_buffer()
382 if (i + N_DISPATCH_LOG < be64_to_cpu(vpa->dtl_idx)) { in process_dtl_buffer()
386 be64_to_cpu(vpa->dtl_idx) - N_DISPATCH_LOG - i); in process_dtl_buffer()
387 i = be64_to_cpu(vpa->dtl_idx) - N_DISPATCH_LOG; in process_dtl_buffer()
665 * The spec says it "may be problematic" if CPU x registers the VPA of in vpa_init()
680 pr_err("WARNING: VPA registration for cpu %d (hw %d) of area " in vpa_init()
1988 /* debugfs file interface for vpa data */
2014 vpa_dir = debugfs_create_dir("vpa", powerpc_debugfs_root); in vpa_debugfs_init()
2016 /* set up the per-cpu vpa file*/ in vpa_debugfs_init()