Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs148 ebpf::ST_DW_IMM => store = true, in check()
H A Debpf.rs199 pub const ST_DW_IMM: u8 = BPF_ST | BPF_MEM | BPF_DW; constant
H A Dcranelift.rs352 | ebpf::ST_DW_IMM in translate_program()
361 ebpf::ST_DW_IMM | ebpf::ST_DW_REG => I64, 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.rs296 ebpf::ST_DW_IMM => { in to_insn_vec()
H A Dinterpreter.rs274 ebpf::ST_DW_IMM => unsafe { in execute_program()
H A Djit.rs597 ebpf::ST_DW_IMM => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs432 insn(ebpf::ST_DW_IMM, 1, 0, 2, 3) in test_store_imm()