Home
last modified time | relevance | path

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

/drivers/misc/lkdtm/
Dperms.c34 static void do_nothing(void) in do_nothing() function
50 pr_info("attempting ok execution at %px\n", do_nothing); in execute_location()
51 do_nothing(); in execute_location()
54 memcpy(dst, do_nothing, EXEC_SIZE); in execute_location()
70 pr_info("attempting ok execution at %px\n", do_nothing); in execute_user_location()
71 do_nothing(); in execute_user_location()
73 copied = access_process_vm(current, (unsigned long)dst, do_nothing, in execute_user_location()
116 size = (unsigned long)do_overwritten - (unsigned long)do_nothing; in lkdtm_WRITE_KERN()
120 memcpy((void *)ptr, (unsigned char *)do_nothing, size); in lkdtm_WRITE_KERN()
/drivers/accessibility/speakup/
Dmain.c2038 static void do_nothing(struct vc_data *vc) in do_nothing() function
2059 do_nothing, speakup_goto, speech_kill, speakup_shut_up,