Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs306 ebpf::JGE_IMM32 => { in check()
H A Debpf.rs385 pub const JGE_IMM32: u8 = BPF_JMP32 | BPF_K | BPF_JGE; constant
H A Ddisassembler.rs666 ebpf::JGE_IMM32 => { in to_insn_vec()
H A Dcranelift.rs849 | ebpf::JGE_IMM32 in translate_program()
1121 | ebpf::JGE_IMM32 in build_cfg()
H A Dinterpreter.rs541 ebpf::JGE_IMM32 => { in execute_program()
H A Djit.rs818 ebpf::JGE_IMM32 => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs553 insn(ebpf::JGE_IMM32, 1, 0, 3, 2), in test_jump_conditional()