Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs339 ebpf::JSGT_REG32 => { in check()
H A Debpf.rs407 pub const JSGT_REG32: u8 = BPF_JMP32 | BPF_X | BPF_JSGT; constant
H A Ddisassembler.rs710 ebpf::JSGT_REG32 => { in to_insn_vec()
H A Dcranelift.rs858 | ebpf::JSGT_REG32 in translate_program()
1130 | ebpf::JSGT_REG32 in build_cfg()
H A Dinterpreter.rs596 ebpf::JSGT_REG32 => { in execute_program()
H A Djit.rs862 ebpf::JSGT_REG32 => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs531 insn(ebpf::JSGT_REG32, 1, 2, 3, 0), in test_jump_conditional()