Home
last modified time | relevance | path

Searched refs:__patch_instruction (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dcode-patching.c21 static int __patch_instruction(struct ppc_inst *exec_addr, struct ppc_inst instr, in __patch_instruction() function
40 return __patch_instruction(addr, instr, addr); in raw_patch_instruction()
172 __patch_instruction(addr, instr, patch_addr); in do_patch_instruction()
718 __patch_instruction((struct ppc_inst *)code_patching_test1, in test_prefixed_patching()