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

/linux-master/arch/x86/include/asm/
H A Dtext-patching.h63 static __always_inline int text_opcode_size(u8 opcode) function
96 BUG_ON(size < text_opcode_size(opcode));
125 __text_gen_insn(&insn, opcode, addr, dest, text_opcode_size(opcode));

Completed in 165 milliseconds