Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs656 let mut program = BpfCode::new(); in call_immediate() localVariable
667 let mut program = BpfCode::new(); in exit_operation() localVariable
685 let mut program = BpfCode::new(); in jump_on_dst_equals_src() localVariable
700 let mut program = BpfCode::new(); in jump_on_dst_greater_than_src() localVariable
715 let mut program = BpfCode::new(); in jump_on_dst_greater_or_equals_to_src() localVariable
730 let mut program = BpfCode::new(); in jump_on_dst_lower_than_src() localVariable
745 let mut program = BpfCode::new(); in jump_on_dst_lower_or_equals_to_src() localVariable
760 let mut program = BpfCode::new(); in jump_on_dst_bit_and_with_src_not_equal_zero() localVariable
775 let mut program = BpfCode::new(); in jump_on_dst_not_equals_src() localVariable
790 let mut program = BpfCode::new(); in jump_on_dst_greater_than_src_signed() localVariable
[all …]
H A Dlib.rs451 let program = compiler.compile_function(prog)?; in cranelift_compile() localVariable
963 let program = compiler.compile_function(prog)?; in cranelift_compile() localVariable
1353 let program = compiler.compile_function(prog)?; in cranelift_compile() localVariable
/DragonOS/user/apps/test_ebpf/src/
H A Dmain.rs27 let program: &mut KProbe = bpf.program_mut("syscall_ebpf").unwrap().try_into()?; in main() localVariable
/DragonOS/kernel/crates/rbpf/tests/
H A Dmisc.rs255 let mut program = BpfCode::new(); in test_vm_mbuff_with_rust_api() localVariable