Searched refs:ST_H_IMM (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/crates/rbpf/tests/ |
H A D | assembler.rs | 163 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 D | verifier.rs | 146 ebpf::ST_H_IMM => store = true, in check()
|
H A D | ebpf.rs | 195 pub const ST_H_IMM: u8 = BPF_ST | BPF_MEM | BPF_H; constant
|
H A D | cranelift.rs | 350 | 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 D | disassembler.rs | 288 ebpf::ST_H_IMM => { in to_insn_vec()
|
H A D | interpreter.rs | 262 ebpf::ST_H_IMM => unsafe { in execute_program()
|
H A D | jit.rs | 591 ebpf::ST_H_IMM => { in jit_compile()
|