Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs345 ebpf::JSGE_REG32 => { in check()
H A Debpf.rs411 pub const JSGE_REG32: u8 = BPF_JMP32 | BPF_X | BPF_JSGE; constant
H A Ddisassembler.rs718 ebpf::JSGE_REG32 => { in to_insn_vec()
H A Dcranelift.rs860 | ebpf::JSGE_REG32 in translate_program()
1132 | ebpf::JSGE_REG32 in build_cfg()
H A Dinterpreter.rs606 ebpf::JSGE_REG32 => { in execute_program()
H A Djit.rs870 ebpf::JSGE_REG32 => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs532 insn(ebpf::JSGE_REG32, 1, 2, 3, 0), in test_jump_conditional()