Searched refs:emit_patch (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| 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/ |
| A D | bpf_jit_comp.c | 307 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) in emit_patch() function 324 return emit_patch(pprog, func, ip, 0xE8); in emit_call() 329 return emit_patch(pprog, func, ip, 0xE9); in emit_jump()
|
Completed in 12 milliseconds