Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs342 ebpf::JSGE_IMM32 => { in check()
H A Debpf.rs409 pub const JSGE_IMM32: u8 = BPF_JMP32 | BPF_K | BPF_JSGE; constant
H A Ddisassembler.rs714 ebpf::JSGE_IMM32 => { in to_insn_vec()
H A Dcranelift.rs859 | ebpf::JSGE_IMM32 in translate_program()
1131 | ebpf::JSGE_IMM32 in build_cfg()
H A Dinterpreter.rs601 ebpf::JSGE_IMM32 => { in execute_program()
H A Djit.rs866 ebpf::JSGE_IMM32 => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs559 insn(ebpf::JSGE_IMM32, 1, 0, 3, 2), in test_jump_conditional()