Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs259 ebpf::JSET_REG => { in check()
H A Debpf.rs354 pub const JSET_REG: u8 = BPF_JMP | BPF_X | BPF_JSET; constant
H A Ddisassembler.rs592 ebpf::JSET_REG => { in to_insn_vec()
H A Dcranelift.rs844 | ebpf::JSET_REG in translate_program()
1116 | ebpf::JSET_REG in build_cfg()
H A Dinterpreter.rs464 ebpf::JSET_REG => { in execute_program()
H A Djit.rs756 ebpf::JSET_REG => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs475 insn(ebpf::JSET_REG, 1, 2, 3, 0), in test_jump_conditional()