Searched refs:codepatch_control_flow (Results 1 – 1 of 1) sorted by relevance
43 __cptext void codepatch_control_flow(uint16_t _tag, void *_func,159 codepatch_control_flow(tag, func, OP_CALL); in codepatch_call()165 codepatch_control_flow(tag, func, OP_JMP); in codepatch_jmp()170 codepatch_control_flow(uint16_t tag, void *func, enum op_type type) in codepatch_control_flow() function