Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs145 ebpf::ST_B_IMM => store = true, in check()
H A Debpf.rs193 pub const ST_B_IMM: u8 = BPF_ST | BPF_MEM | BPF_B; constant
H A Dcranelift.rs349 ebpf::ST_B_IMM in translate_program()
358 ebpf::ST_B_IMM | ebpf::ST_B_REG => I8, 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.rs284 ebpf::ST_B_IMM => { in to_insn_vec()
H A Dinterpreter.rs257 ebpf::ST_B_IMM => unsafe { in execute_program()
H A Djit.rs588 ebpf::ST_B_IMM => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs431 insn(ebpf::ST_B_IMM, 1, 0, 2, 3), in test_store_imm()