Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs277 ebpf::JSGE_REG => { in check()
H A Debpf.rs366 pub const JSGE_REG: u8 = BPF_JMP | BPF_X | BPF_JSGE; constant
H A Ddisassembler.rs616 ebpf::JSGE_REG => { in to_insn_vec()
H A Dcranelift.rs838 | ebpf::JSGE_REG in translate_program()
1110 | ebpf::JSGE_REG in build_cfg()
H A Dinterpreter.rs494 ebpf::JSGE_REG => { in execute_program()
H A Djit.rs780 ebpf::JSGE_REG => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs478 insn(ebpf::JSGE_REG, 1, 2, 3, 0), in test_jump_conditional()