Pinit_ops
Pinit_ops(&P->ops, ops);
Pinit_ops(&P->ops, &P_live_ops);
Pinit_ops(&P->ops, &P_live_ops);
Pinit_ops(&P->ops, &P_core_ops);
Pinit_ops(&P->ops, &P_idle_ops);
extern void Pinit_ops(ps_ops_t *, const ps_ops_t *);