Searched refs:JMP (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | static_call.c | 10 JMP = 2, /* tramp / site tail-call */ enumerator 61 if ((type == JMP || type == RET) && (op = __is_Jcc(insn))) in __static_call_transform() 79 case JMP: in __static_call_transform()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | core.c | 1534 INSN_2(JMP, CALL), \ 1536 INSN_2(JMP, EXIT), \ 1564 INSN_3(JMP, JEQ, X), \ 1565 INSN_3(JMP, JNE, X), \ 1566 INSN_3(JMP, JGT, X), \ 1567 INSN_3(JMP, JLT, X), \ 1568 INSN_3(JMP, JGE, X), \ 1569 INSN_3(JMP, JLE, X), \ 1570 INSN_3(JMP, JSGT, X), \ 1571 INSN_3(JMP, JSLT, X), \ [all …]
|
/linux-6.3-rc2/Documentation/livepatch/ |
A D | reliable-stacktrace.rst | 232 with a JMP instruction which targets the associated optprobe trampoline. When
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | x86-opcode-map.txt | 297 e9: JMP-near Jz (f64) 298 ea: JMP-far Ap (i64) 299 eb: JMP-short Jb (f64)
|
/linux-6.3-rc2/tools/arch/x86/lib/ |
A D | x86-opcode-map.txt | 297 e9: JMP-near Jz (f64) 298 ea: JMP-far Ap (i64) 299 eb: JMP-short Jb (f64)
|
Completed in 14 milliseconds