Home
last modified time | relevance | path

Searched defs:exec_addr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/soc/ixp4xx/
Dnpe.h10 u32 exec_addr, exec_data, exec_status_cmd, exec_count; member
/Linux-v5.15/arch/powerpc/lib/
Dcode-patching.c21 static int __patch_instruction(u32 *exec_addr, struct ppc_inst instr, u32 *patch_addr) in __patch_instruction()