Lines Matching refs:pcr_ops
51 const struct pcr_ops *pcr_ops; variable
52 EXPORT_SYMBOL_GPL(pcr_ops);
100 static const struct pcr_ops direct_pcr_ops = {
130 static const struct pcr_ops n2_pcr_ops = {
182 static const struct pcr_ops n4_pcr_ops = {
208 static const struct pcr_ops n5_pcr_ops = {
234 static const struct pcr_ops m7_pcr_ops = {
314 pcr_ops = &n2_pcr_ops; in setup_sun4v_pcr_ops()
318 pcr_ops = &n4_pcr_ops; in setup_sun4v_pcr_ops()
322 pcr_ops = &n5_pcr_ops; in setup_sun4v_pcr_ops()
326 pcr_ops = &m7_pcr_ops; in setup_sun4v_pcr_ops()
353 pcr_ops = &direct_pcr_ops; in pcr_arch_init()