Lines Matching defs:image
63 static int dummy_ops_call_op(void *image, struct bpf_dummy_ops_test_args *args)
65 dummy_ops_test_ret_fn test = (void *)image;
85 void *image = NULL;
104 image = bpf_jit_alloc_exec(PAGE_SIZE);
105 if (!image) {
109 set_vm_flush_reset_perms(image);
123 image, image + PAGE_SIZE);
127 set_memory_rox((long)image, 1);
128 prog_ret = dummy_ops_call_op(image, args);
137 bpf_jit_free_exec(image);