Home
last modified time | relevance | path

Searched refs:opc1 (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/
Duprobes.c596 return auprobe->branch.opc1 == 0xe8; in branch_is_call()
632 switch (auprobe->branch.opc1) { in check_jmp_cond()
713 u8 opc1 = OPCODE1(insn); in branch_setup_xol_ops() local
716 switch (opc1) { in branch_setup_xol_ops()
733 opc1 = OPCODE2(insn) - 0x10; in branch_setup_xol_ops()
735 if (!is_cond_jmp_opcode(opc1)) in branch_setup_xol_ops()
749 auprobe->branch.opc1 = opc1; in branch_setup_xol_ops()
/arch/x86/include/asm/
Duprobes.h50 u8 opc1; member
/arch/s390/kernel/
Duprobes.c233 u8 opc1 : 4; member
284 switch (insn->opc1) { in handle_insn_ril()
291 switch (insn->opc1) { in handle_insn_ril()
328 switch (insn->opc1) { in handle_insn_ril()