Searched refs:machine (Results 1 – 5 of 5) sorted by relevance
9 description = "Virtual machine and JIT compiler for eBPF programs"
8 Rust (user-space) virtual machine for eBPF31 This crate contains a virtual machine for eBPF program execution. BPF, as in37 virtual machine of this crate enables running it in user-space applications;92 1. Create a virtual machine. There are several kinds of machines, we will come96 machine.597 ### Why implementing an eBPF virtual machine in Rust?720 eBPF virtual machine, with a JIT-compiler and disassembler (and also
48 pub machine: [u8; 65], field72 machine: [0; 65], in new()79 r.machine[0..MACHINE.len()].copy_from_slice(MACHINE); in new()
858 fn from(machine: u16) -> Self { in from()859 match machine { in from()
138 a) Accompany it with the complete corresponding machine-readable145 machine-readable copy of the corresponding source code, to be