Searched refs:emit_patch (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 81 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-5.10/arch/x86/net/ |
D | bpf_jit_comp.c | 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()
|