Searched refs:gather_bytes (Results 1 – 4 of 4) sorted by relevance
/DragonOS/kernel/crates/rbpf/src/ |
H A D | helpers.rs | 120 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 D | cranelift.rs | 274 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 D | ubpf_jit_x86_64.rs | 350 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 D | ubpf_vm.rs | 365 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()
|