Searched refs:do_nothing_text (Results 1 – 1 of 1) sorted by relevance
68 void *do_nothing_text = dereference_function_descriptor(do_nothing); in execute_location() local70 pr_info("attempting ok execution at %px\n", do_nothing_text); in execute_location()74 memcpy(dst, do_nothing_text, EXEC_SIZE); in execute_location()91 void *do_nothing_text = dereference_function_descriptor(do_nothing); in execute_user_location() local93 pr_info("attempting ok execution at %px\n", do_nothing_text); in execute_user_location()96 copied = access_process_vm(current, (unsigned long)dst, do_nothing_text, in execute_user_location()