Searched refs:emit_patch (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A 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
|
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 557 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch() function 574 return emit_patch(pprog, func, ip, 0xE8); in emit_call() 581 return emit_patch(pprog, func, ip, 0xE8); in emit_rsb_call() 586 return emit_patch(pprog, func, ip, 0xE9); in emit_jump()
|