Searched refs:ST_B_REG (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/crates/rbpf/src/ |
H A D | verifier.rs | 151 ebpf::ST_B_REG => store = true, in check()
|
H A D | ebpf.rs | 201 pub const ST_B_REG: u8 = BPF_STX | BPF_MEM | BPF_B; constant
|
H A D | cranelift.rs | 353 | ebpf::ST_B_REG in translate_program() 358 ebpf::ST_B_IMM | ebpf::ST_B_REG => I8, 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 D | disassembler.rs | 302 ebpf::ST_B_REG => { in to_insn_vec()
|
H A D | interpreter.rs | 282 ebpf::ST_B_REG => unsafe { in execute_program()
|
H A D | jit.rs | 602 ebpf::ST_B_REG => self.emit_store(mem, OperandSize::S8, src, dst, insn.off as i32), in jit_compile()
|
/DragonOS/kernel/crates/rbpf/tests/ |
H A D | assembler.rs | 448 insn(ebpf::ST_B_REG, 1, 3, 2, 0), in test_store_reg()
|