Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs333 ebpf::JNE_REG32 => { in check()
H A Debpf.rs403 pub const JNE_REG32: u8 = BPF_JMP32 | BPF_X | BPF_JNE; constant
H A Ddisassembler.rs702 ebpf::JNE_REG32 => { in to_insn_vec()
H A Dcranelift.rs856 | ebpf::JNE_REG32 in translate_program()
1128 | ebpf::JNE_REG32 in build_cfg()
H A Dinterpreter.rs586 ebpf::JNE_REG32 => { in execute_program()
H A Djit.rs854 ebpf::JNE_REG32 => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs530 insn(ebpf::JNE_REG32, 1, 2, 3, 0), in test_jump_conditional()