Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/bpf/prog/
H A Dverifier.rs37 let instructions = self.prog.insns_mut(); in relocation() localVariable
38 let mut fmt_insn = to_insn_vec(instructions); in relocation()
120 instructions.copy_from_slice(&fmt_insn); in relocation()
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs101 instructions: Vec<u8>, field
108 instructions: vec![], in new()
328 self.instructions.as_slice() in into_bytes()
345 self.bpf_code.instructions.append(&mut asm); in push()
413 self.bpf_code.instructions.append(&mut asm); in push()
454 self.bpf_code.instructions.append(&mut asm); in push()
487 self.bpf_code.instructions.append(&mut asm); in push()
540 self.bpf_code.instructions.append(&mut asm); in push()
600 self.bpf_code.instructions.append(&mut asm); in push()
629 self.bpf_code.instructions.append(&mut asm); in push()
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md51 For bug reporting instructions, please see:
/DragonOS/kernel/crates/rbpf/
H A DREADME.md103 consequence, most of the load and store instructions of the program are
269 // This is the eBPF program, in the form of bytecode instructions.
684 * A small number of eBPF instructions have not been implemented yet. This
721 including the assembler from the human-readable form of the instructions,
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md71 - doc: Update build instructions for riscv64 architecture (#725)
477 doc: Update build instructions for riscv64 architecture (#725)