Searched refs:ST_W_IMM (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/crates/rbpf/tests/ |
H A D | assembler.rs | 70 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 D | verifier.rs | 147 ebpf::ST_W_IMM => store = true, in check()
|
H A D | ebpf.rs | 197 pub const ST_W_IMM: u8 = BPF_ST | BPF_MEM | BPF_W; constant
|
H A D | cranelift.rs | 351 | 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 D | disassembler.rs | 292 ebpf::ST_W_IMM => { in to_insn_vec()
|
H A D | interpreter.rs | 268 ebpf::ST_W_IMM => unsafe { in execute_program()
|
H A D | jit.rs | 594 ebpf::ST_W_IMM => { in jit_compile()
|