Home
last modified time | relevance | path

Searched refs:emit_patch (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c81 static void emit_patch(scope_t *scope, int patch);
467 emit_patch(scope, 0); in dump_scope()
484 emit_patch(scope, 1); in dump_scope()
488 emit_patch(scope_t *scope, int patch) in emit_patch() function
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c81 static void emit_patch(scope_t *scope, int patch);
467 emit_patch(scope, 0); in dump_scope()
484 emit_patch(scope, 1); in dump_scope()
488 emit_patch(scope_t *scope, int patch) in emit_patch() function
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c253 /* Number of bytes emit_patch() needs to generate instructions */
324 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch() function
341 return emit_patch(pprog, func, ip, 0xE8); in emit_call()
348 return emit_patch(pprog, func, ip, 0xE8); in emit_rsb_call()
353 return emit_patch(pprog, func, ip, 0xE9); in emit_jump()
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c229 /* Number of bytes emit_patch() needs to generate instructions */
298 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch() function
316 return emit_patch(pprog, func, ip, 0xE8); in emit_call()
321 return emit_patch(pprog, func, ip, 0xE9); in emit_jump()

Completed in 8 milliseconds