Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/tests/
H A Ddisassembler.rs15 let asm = assemble(src).expect("Can't assemble from string"); localVariable
370 let asm = prog in test_offset_overflow() localVariable
H A Dassembler.rs12 fn asm(src: &str) -> Result<Vec<ebpf::Insn>, String> { in asm() function
/DragonOS/kernel/src/arch/riscv64/
H A Dmod.rs1 pub mod asm; module
/DragonOS/kernel/src/arch/x86_64/
H A Dmod.rs2 pub mod asm; module
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs344 let mut asm = self.into_bytes(); in push() localVariable
412 let mut asm = self.into_bytes(); in push() localVariable
453 let mut asm = self.into_bytes(); in push() localVariable
486 let mut asm = self.into_bytes(); in push() localVariable
539 let mut asm = self.into_bytes(); in push() localVariable
599 let mut asm = self.into_bytes(); in push() localVariable
628 let mut asm = self.into_bytes(); in push() localVariable