Lines Matching refs:pv_ops
598 const char *pv_ops; in init_pv_ops() local
605 file->pv_ops = NULL; in init_pv_ops()
612 file->pv_ops = calloc(sizeof(struct pv_state), nr); in init_pv_ops()
613 if (!file->pv_ops) { in init_pv_ops()
619 INIT_LIST_HEAD(&file->pv_ops[idx].targets); in init_pv_ops()
621 for (idx = 0; (pv_ops = pv_ops_tables[idx]); idx++) { in init_pv_ops()
622 ret = add_pv_ops(file, pv_ops); in init_pv_ops()
3354 if (file->pv_ops[idx].clean) in pv_call_dest()
3357 file->pv_ops[idx].clean = true; in pv_call_dest()
3359 list_for_each_entry(target, &file->pv_ops[idx].targets, pv_target) { in pv_call_dest()
3362 file->pv_ops[idx].clean = false; in pv_call_dest()
3366 return file->pv_ops[idx].clean; in pv_call_dest()
3378 if (file->pv_ops) in noinstr_call_dest()