Lines Matching refs:ppc_inst
12 int probe_user_read_inst(struct ppc_inst *inst,
13 struct ppc_inst __user *nip)
25 *inst = ppc_inst(val);
30 int probe_kernel_read_inst(struct ppc_inst *inst,
31 struct ppc_inst *src)
43 *inst = ppc_inst(val);
48 int probe_user_read_inst(struct ppc_inst *inst,
49 struct ppc_inst __user *nip)
56 *inst = ppc_inst(val);
61 int probe_kernel_read_inst(struct ppc_inst *inst,
62 struct ppc_inst *src)
69 *inst = ppc_inst(val);