List of all items
Structs
- inst_handler::InstructionHandler
- inst_param::Register
- instruction::Instruction
- syscalls_map::DynamicSyscallMap
- syscalls_map::SyscallMap
Enums
- errors::ExecutionError
- errors::SBPFError
- inst_param::Number
- instruction::AsmFormat
- opcode::MemOpKind
- opcode::Opcode
- opcode::OperationType
Traits
Functions
- decode::decode_binary_immediate
- decode::decode_binary_register
- decode::decode_call_immediate
- decode::decode_call_register
- decode::decode_endian
- decode::decode_exit
- decode::decode_jump
- decode::decode_jump32_immediate
- decode::decode_jump32_register
- decode::decode_jump_immediate
- decode::decode_jump_register
- decode::decode_load_immediate
- decode::decode_load_memory
- decode::decode_store_immediate
- decode::decode_store_register
- decode::decode_unary
- execute::execute_binary_immediate
- execute::execute_binary_register
- execute::execute_call_immediate
- execute::execute_call_register
- execute::execute_endian
- execute::execute_exit
- execute::execute_jump
- execute::execute_jump_immediate
- execute::execute_jump_register
- execute::execute_load_immediate
- execute::execute_load_memory
- execute::execute_store_immediate
- execute::execute_store_register
- execute::execute_unary
- syscalls_map::compute_syscall_entries
- syscalls_map::compute_syscall_entries_const
- validate::validate_binary_immediate
- validate::validate_binary_register
- validate::validate_call_immediate
- validate::validate_call_register
- validate::validate_endian
- validate::validate_exit
- validate::validate_jump
- validate::validate_jump_immediate
- validate::validate_jump_register
- validate::validate_load_immediate
- validate::validate_load_memory
- validate::validate_store_immediate
- validate::validate_store_register
- validate::validate_unary
Type Aliases
Statics
Constants
- opcode::BIN_IMM_OPS
- opcode::BIN_REG_OPS
- opcode::CALL_IMM_OPS
- opcode::CALL_REG_OPS
- opcode::ENDIAN_OPS
- opcode::EXIT_OPS
- opcode::JUMP32_IMM_OPS
- opcode::JUMP32_REG_OPS
- opcode::JUMP_IMM_OPS
- opcode::JUMP_OPS
- opcode::JUMP_REG_OPS
- opcode::LOAD_IMM_OPS
- opcode::LOAD_MEMORY_OPS
- opcode::STORE_IMM_OPS
- opcode::STORE_REG_OPS
- opcode::UNARY_OPS
- syscalls::REGISTERED_SYSCALLS