Home
last modified time | relevance | path

Searched refs:BPF_B (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Debpf.rs68 pub const BPF_B: u8 = 0x10; constant
164 pub const LD_ABS_B: u8 = BPF_LD | BPF_ABS | BPF_B;
172 pub const LD_IND_B: u8 = BPF_LD | BPF_IND | BPF_B;
185 pub const LD_B_REG: u8 = BPF_LDX | BPF_MEM | BPF_B;
193 pub const ST_B_IMM: u8 = BPF_ST | BPF_MEM | BPF_B;
201 pub const ST_B_REG: u8 = BPF_STX | BPF_MEM | BPF_B;
H A Dassembler.rs64 ("b", ebpf::BPF_B), in make_instruction_map()
H A Dinsn_builder.rs511 Byte = BPF_B as isize,
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs123 pub const BPF_B: u32 = 16; constant