Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs154 ebpf::ST_DW_REG => store = true, in check()
H A Debpf.rs207 pub const ST_DW_REG: u8 = BPF_STX | BPF_MEM | BPF_DW; constant
H A Dcranelift.rs356 | ebpf::ST_DW_REG => { in translate_program()
361 ebpf::ST_DW_IMM | ebpf::ST_DW_REG => I64, in translate_program()
366 ebpf::ST_B_REG | ebpf::ST_H_REG | ebpf::ST_W_REG | ebpf::ST_DW_REG => false, in translate_program()
H A Ddisassembler.rs314 ebpf::ST_DW_REG => { in to_insn_vec()
H A Dinterpreter.rs299 ebpf::ST_DW_REG => unsafe { in execute_program()
H A Djit.rs605 ebpf::ST_DW_REG => { in jit_compile()
/DragonOS/kernel/crates/rbpf/tests/
H A Dassembler.rs449 insn(ebpf::ST_DW_REG, 1, 3, 2, 0) in test_store_reg()