Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs163 Ok(vec![insn(ebpf::ST_H_IMM, 1, 0, 2, 3)]) in test_sth()
430 insn(ebpf::ST_H_IMM, 1, 0, 2, 3), in test_store_imm()
/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs146 ebpf::ST_H_IMM => store = true, in check()
H A Debpf.rs195 pub const ST_H_IMM: u8 = BPF_ST | BPF_MEM | BPF_H; constant
H A Dcranelift.rs350 | ebpf::ST_H_IMM in translate_program()
359 ebpf::ST_H_IMM | ebpf::ST_H_REG => I16, 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.rs288 ebpf::ST_H_IMM => { in to_insn_vec()
H A Dinterpreter.rs262 ebpf::ST_H_IMM => unsafe { in execute_program()
H A Djit.rs591 ebpf::ST_H_IMM => { in jit_compile()