Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs271 ebpf::JSGT_REG => { in check()
H A Debpf.rs362 pub const JSGT_REG: u8 = BPF_JMP | BPF_X | BPF_JSGT; constant
H A Ddisassembler.rs608 ebpf::JSGT_REG => { in to_insn_vec()
H A Dcranelift.rs836 | ebpf::JSGT_REG in translate_program()
1108 | ebpf::JSGT_REG in build_cfg()
H A Dinterpreter.rs484 ebpf::JSGT_REG => { in execute_program()
H A Djit.rs772 ebpf::JSGT_REG => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs477 insn(ebpf::JSGT_REG, 1, 2, 3, 0), in test_jump_conditional()