Searched refs:ST_DW_REG (Results 1 – 7 of 7) sorted by relevance
154 ebpf::ST_DW_REG => store = true, in check()
207 pub const ST_DW_REG: u8 = BPF_STX | BPF_MEM | BPF_DW; constant
356 | 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()
314 ebpf::ST_DW_REG => { in to_insn_vec()
299 ebpf::ST_DW_REG => unsafe { in execute_program()
605 ebpf::ST_DW_REG => { in jit_compile()
449 insn(ebpf::ST_DW_REG, 1, 3, 2, 0) in test_store_reg()