Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Duprobes.c587 return auprobe->branch.opc1 == 0xe8; in branch_is_call()
623 switch (auprobe->branch.opc1) { in check_jmp_cond()
718 u8 opc1 = OPCODE1(insn); in branch_setup_xol_ops() local
722 switch (opc1) { in branch_setup_xol_ops()
740 opc1 = OPCODE2(insn) - 0x10; in branch_setup_xol_ops()
743 if (!is_cond_jmp_opcode(opc1)) in branch_setup_xol_ops()
758 auprobe->branch.opc1 = opc1; in branch_setup_xol_ops()
769 u8 opc1 = OPCODE1(insn), reg_offset = 0; in push_setup_xol_ops() local
771 if (opc1 < in push_setup_xol_ops()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Duprobes.c587 return auprobe->branch.opc1 == 0xe8; in branch_is_call()
623 switch (auprobe->branch.opc1) { in check_jmp_cond()
718 u8 opc1 = OPCODE1(insn); in branch_setup_xol_ops() local
722 switch (opc1) { in branch_setup_xol_ops()
740 opc1 = OPCODE2(insn) - 0x10; in branch_setup_xol_ops()
743 if (!is_cond_jmp_opcode(opc1)) in branch_setup_xol_ops()
758 auprobe->branch.opc1 = opc1; in branch_setup_xol_ops()
769 u8 opc1 = OPCODE1(insn), reg_offset = 0; in push_setup_xol_ops() local
771 if (opc1 < in push_setup_xol_ops()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Duprobes.c228 u8 opc1 : 4; member
279 switch (insn->opc1) { in handle_insn_ril()
286 switch (insn->opc1) { in handle_insn_ril()
323 switch (insn->opc1) { in handle_insn_ril()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Duprobes.h37 u8 opc1; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Duprobes.h37 u8 opc1; member

Completed in 5 milliseconds