Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs268 ebpf::JSGT_IMM => { in check()
H A Debpf.rs360 pub const JSGT_IMM: u8 = BPF_JMP | BPF_K | BPF_JSGT; constant
H A Ddisassembler.rs604 ebpf::JSGT_IMM => { in to_insn_vec()
H A Dcranelift.rs835 | ebpf::JSGT_IMM in translate_program()
1107 | ebpf::JSGT_IMM in build_cfg()
H A Dinterpreter.rs479 ebpf::JSGT_IMM => { in execute_program()
H A Djit.rs768 ebpf::JSGT_IMM => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs504 insn(ebpf::JSGT_IMM, 1, 0, 3, 2), in test_jump_conditional()