Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs265 ebpf::JNE_REG => { in check()
H A Debpf.rs358 pub const JNE_REG: u8 = BPF_JMP | BPF_X | BPF_JNE; constant
H A Ddisassembler.rs600 ebpf::JNE_REG => { in to_insn_vec()
H A Dcranelift.rs834 | ebpf::JNE_REG in translate_program()
1106 | ebpf::JNE_REG in build_cfg()
H A Dinterpreter.rs474 ebpf::JNE_REG => { in execute_program()
H A Djit.rs764 ebpf::JNE_REG => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs476 insn(ebpf::JNE_REG, 1, 2, 3, 0), in test_jump_conditional()