Home
last modified time | relevance | path

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

/arch/x86/kernel/
Duprobes.c597 return auprobe->branch.opc1 == 0xe8; in branch_is_call()
633 switch (auprobe->branch.opc1) { in check_jmp_cond()
714 u8 opc1 = OPCODE1(insn); in branch_setup_xol_ops() local
718 switch (opc1) { in branch_setup_xol_ops()
735 opc1 = OPCODE2(insn) - 0x10; in branch_setup_xol_ops()
737 if (!is_cond_jmp_opcode(opc1)) in branch_setup_xol_ops()
751 auprobe->branch.opc1 = opc1; in branch_setup_xol_ops()
/arch/x86/include/asm/
Duprobes.h50 u8 opc1; member
/arch/s390/kernel/
Duprobes.c230 u8 opc1 : 4; member
281 switch (insn->opc1) { in handle_insn_ril()
288 switch (insn->opc1) { in handle_insn_ril()
325 switch (insn->opc1) { in handle_insn_ril()