Home
last modified time | relevance | path

Searched refs:JLT_IMM (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs244 ebpf::JLT_IMM => { in check()
H A Debpf.rs344 pub const JLT_IMM: u8 = BPF_JMP | BPF_K | BPF_JLT; constant
H A Ddisassembler.rs572 ebpf::JLT_IMM => { in to_insn_vec()
H A Dcranelift.rs829 | ebpf::JLT_IMM in translate_program()
1101 | ebpf::JLT_IMM in build_cfg()
H A Dinterpreter.rs439 ebpf::JLT_IMM => { in execute_program()
H A Djit.rs736 ebpf::JLT_IMM => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs500 insn(ebpf::JLT_IMM, 1, 0, 3, 2), in test_jump_conditional()