Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs247 ebpf::JLT_REG => { in check()
H A Debpf.rs346 pub const JLT_REG: u8 = BPF_JMP | BPF_X | BPF_JLT; constant
H A Ddisassembler.rs576 ebpf::JLT_REG => { in to_insn_vec()
H A Dcranelift.rs830 | ebpf::JLT_REG in translate_program()
1102 | ebpf::JLT_REG in build_cfg()
H A Dinterpreter.rs444 ebpf::JLT_REG => { in execute_program()
H A Djit.rs740 ebpf::JLT_REG => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs473 insn(ebpf::JLT_REG, 1, 2, 3, 0), in test_jump_conditional()