Home
last modified time | relevance | path

Searched refs:JMP (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kernel/
H A Dstatic_call.c10 JMP = 2, /* tramp / site tail-call */ enumerator
66 if ((type == JMP || type == RET) && (op = __is_Jcc(insn))) in __static_call_transform()
87 case JMP: in __static_call_transform()
/linux/kernel/bpf/
H A Dcore.c1653 INSN_2(JMP, CALL), \
1655 INSN_2(JMP, EXIT), \
1683 INSN_3(JMP, JEQ, X), \
1684 INSN_3(JMP, JNE, X), \
1685 INSN_3(JMP, JGT, X), \
1686 INSN_3(JMP, JLT, X), \
1687 INSN_3(JMP, JGE, X), \
1688 INSN_3(JMP, JLE, X), \
1689 INSN_3(JMP, JSGT, X), \
1690 INSN_3(JMP, JSLT, X), \
[all …]
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst282 JMP 0x5 64-bit jump operations `Arithmetic and jump instructions`_
290 For arithmetic and jump instructions (``ALU``, ``ALU64``, ``JMP`` and
488 conformance group, while ``JMP`` uses 64-bit wide operands for
498 JA 0x0 0x0 PC += offset {JA, K, JMP} only
507 …CALL 0x8 0x0 call helper function by static ID {CALL, K, JMP} only, see `Helper func…
508 …CALL 0x8 0x1 call PC += imm {CALL, K, JMP} only, see `Program-loc…
509 …CALL 0x8 0x2 call helper function by BTF ID {CALL, K, JMP} only, see `Helper func…
510 EXIT 0x9 0x0 return {CALL, K, JMP} only
531 ``{JLE, K, JMP}`` means::
542 ``JMP`` class permits a 16-bit jump offset specified by the 'offset'
/linux/Documentation/livepatch/
H A Dreliable-stacktrace.rst232 with a JMP instruction which targets the associated optprobe trampoline. When
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt307 e9: JMP-near Jz (f64),(!REX2)
308 ea: JMP-far Ap (i64),(!REX2)
309 eb: JMP-short Jb (f64),(!REX2)
/linux/arch/x86/lib/
H A Dx86-opcode-map.txt307 e9: JMP-near Jz (f64),(!REX2)
308 ea: JMP-far Ap (i64),(!REX2)
309 eb: JMP-short Jb (f64),(!REX2)