Home
last modified time | relevance | path

Searched refs:gather_bytes (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dhelpers.rs120 pub fn gather_bytes(arg1: u64, arg2: u64, arg3: u64, arg4: u64, arg5: u64) -> u64 { in gather_bytes() function
/DragonOS/kernel/crates/rbpf/tests/
H A Dcranelift.rs274 vm.register_helper(0, helpers::gather_bytes).unwrap(); in test_cranelift_call()
1778 vm.register_helper(0, helpers::gather_bytes).unwrap(); in test_cranelift_stack2()
H A Dubpf_jit_x86_64.rs350 vm.register_helper(0, helpers::gather_bytes).unwrap(); in test_jit_call()
2462 vm.register_helper(0, helpers::gather_bytes).unwrap(); in test_jit_stack2()
H A Dubpf_vm.rs365 vm.register_helper(0, helpers::gather_bytes).unwrap(); in test_vm_call()
2281 vm.register_helper(0, helpers::gather_bytes).unwrap(); in test_vm_stack2()