Searched refs:image (Results 1 – 2 of 2) sorted by relevance
63 static int dummy_ops_call_op(void *image, struct bpf_dummy_ops_test_args *args) in dummy_ops_call_op() argument65 dummy_ops_test_ret_fn test = (void *)image; in dummy_ops_call_op()85 void *image = NULL; in bpf_struct_ops_test_run() local104 image = bpf_jit_alloc_exec(PAGE_SIZE); in bpf_struct_ops_test_run()105 if (!image) { in bpf_struct_ops_test_run()109 set_vm_flush_reset_perms(image); in bpf_struct_ops_test_run()123 image, image + PAGE_SIZE); in bpf_struct_ops_test_run()127 set_memory_rox((long)image, 1); in bpf_struct_ops_test_run()128 prog_ret = dummy_ops_call_op(image, args); in bpf_struct_ops_test_run()137 bpf_jit_free_exec(image); in bpf_struct_ops_test_run()
131 subsystem is compiled into the kernel image, then the test cases