Lines Matching refs:pcr_ops
52 const struct pcr_ops *pcr_ops; variable
53 EXPORT_SYMBOL_GPL(pcr_ops);
101 static const struct pcr_ops direct_pcr_ops = {
131 static const struct pcr_ops n2_pcr_ops = {
183 static const struct pcr_ops n4_pcr_ops = {
209 static const struct pcr_ops n5_pcr_ops = {
235 static const struct pcr_ops m7_pcr_ops = {
315 pcr_ops = &n2_pcr_ops; in setup_sun4v_pcr_ops()
319 pcr_ops = &n4_pcr_ops; in setup_sun4v_pcr_ops()
323 pcr_ops = &n5_pcr_ops; in setup_sun4v_pcr_ops()
327 pcr_ops = &m7_pcr_ops; in setup_sun4v_pcr_ops()
354 pcr_ops = &direct_pcr_ops; in pcr_arch_init()