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

/linux-master/drivers/misc/lkdtm/
H A Dperms.c15 /* Whether or not to fill the target memory area with do_nothing(). */
19 /* How many bytes to copy to be sure we've copied enough of do_nothing(). */
35 static noinline void do_nothing(void) function
40 /* Must immediately follow do_nothing for size calculuations to work out. */
49 pr_info("do_nothing was hijacked!\n");
57 memcpy(fdesc, do_nothing, sizeof(*fdesc));
68 void *do_nothing_text = dereference_function_descriptor(do_nothing);
71 do_nothing();
91 void *do_nothing_text = dereference_function_descriptor(do_nothing);
94 do_nothing();
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsecurity.c600 static void do_nothing(void *unused) function
612 on_each_cpu(do_nothing, NULL, 1);
623 on_each_cpu(do_nothing, NULL, 1);
636 on_each_cpu(do_nothing, NULL, 1);
/linux-master/drivers/gpu/host1x/
H A Dsyncpt.c506 static void do_nothing(struct kref *ref) function
530 kref_put(&host->syncpt[syncpt_id].ref, do_nothing);
/linux-master/kernel/
H A Dsmp.c1028 static void do_nothing(void *unused) function
1047 smp_call_function(do_nothing, NULL, 1);
/linux-master/drivers/accessibility/speakup/
H A Dmain.c2050 static void do_nothing(struct vc_data *vc) function
2071 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c1495 static void do_nothing(void *x) function
1519 smp_call_function_single(pcpu, do_nothing, NULL, 1);
3268 smp_call_function_single(i, do_nothing, NULL, 1);

Completed in 157 milliseconds