Searched defs:exec_addr (Results 1 – 2 of 2) sorted by relevance
10 u32 exec_addr, exec_data, exec_status_cmd, exec_count; member
21 static int __patch_instruction(u32 *exec_addr, struct ppc_inst instr, u32 *patch_addr) in __patch_instruction()