Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/lkdtm/
H A Dperms.c68 void *do_nothing_text = dereference_function_descriptor(do_nothing); in execute_location() local
70 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() local
93 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()