Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs70 Ok(vec![insn(ebpf::ST_W_IMM, 2, 0, 5, 7)]) in test_stw()
429 insn(ebpf::ST_W_IMM, 1, 0, 2, 3), in test_store_imm()
/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs147 ebpf::ST_W_IMM => store = true, in check()
H A Debpf.rs197 pub const ST_W_IMM: u8 = BPF_ST | BPF_MEM | BPF_W; constant
H A Dcranelift.rs351 | ebpf::ST_W_IMM in translate_program()
360 ebpf::ST_W_IMM | ebpf::ST_W_REG => I32, in translate_program()
365 ebpf::ST_B_IMM | ebpf::ST_H_IMM | ebpf::ST_W_IMM | ebpf::ST_DW_IMM => true, in translate_program()
H A Ddisassembler.rs292 ebpf::ST_W_IMM => { in to_insn_vec()
H A Dinterpreter.rs268 ebpf::ST_W_IMM => unsafe { in execute_program()
H A Djit.rs594 ebpf::ST_W_IMM => { in jit_compile()