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

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c81 static void emit_patch(scope_t *scope, int patch);
467 emit_patch(scope, 0);
484 emit_patch(scope, 1);
488 emit_patch(scope_t *scope, int patch) function
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c273 /* Number of bytes emit_patch() needs to generate instructions */
460 static int emit_patch(u8 **pprog, void *func, void *ip, u8 opcode) function
477 return emit_patch(pprog, func, ip, 0xE8);
484 return emit_patch(pprog, func, ip, 0xE8);
489 return emit_patch(pprog, func, ip, 0xE9);

Completed in 109 milliseconds