Searched refs:do_nothing_text (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/misc/lkdtm/
H A Dperms.c68 void *do_nothing_text = dereference_function_descriptor(do_nothing); local
70 pr_info("attempting ok execution at %px\n", do_nothing_text);
74 memcpy(dst, do_nothing_text, EXEC_SIZE);
91 void *do_nothing_text = dereference_function_descriptor(do_nothing); local
93 pr_info("attempting ok execution at %px\n", do_nothing_text);
96 copied = access_process_vm(current, (unsigned long)dst, do_nothing_text,

Completed in 118 milliseconds