Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs274 ebpf::JSGE_IMM => { in check()
H A Debpf.rs364 pub const JSGE_IMM: u8 = BPF_JMP | BPF_K | BPF_JSGE; constant
H A Ddisassembler.rs612 ebpf::JSGE_IMM => { in to_insn_vec()
H A Dcranelift.rs837 | ebpf::JSGE_IMM in translate_program()
1109 | ebpf::JSGE_IMM in build_cfg()
H A Dinterpreter.rs489 ebpf::JSGE_IMM => { in execute_program()
H A Djit.rs776 ebpf::JSGE_IMM => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs505 insn(ebpf::JSGE_IMM, 1, 0, 3, 2), in test_jump_conditional()