Home
last modified time | relevance | path

Searched defs:INSN_SIZE (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Debpf.rs27 pub const INSN_SIZE: usize = 8; constant
476 pub fn to_array(&self) -> [u8; INSN_SIZE] { in to_array()