Searched refs:do_nothing (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/misc/lkdtm/ |
D | perms.c | 35 static noinline void do_nothing(void) in do_nothing() function 57 memcpy(fdesc, do_nothing, sizeof(*fdesc)); in setup_function_descriptor() 68 void *do_nothing_text = dereference_function_descriptor(do_nothing); in execute_location() 71 do_nothing(); in execute_location() 91 void *do_nothing_text = dereference_function_descriptor(do_nothing); in execute_user_location() 94 do_nothing(); in execute_user_location() 141 (unsigned long)dereference_function_descriptor(do_nothing); in lkdtm_WRITE_KERN() 145 memcpy((void *)ptr, (unsigned char *)do_nothing, size); in lkdtm_WRITE_KERN() 155 void (*func)(void) = do_nothing; in lkdtm_WRITE_OPD() 161 pr_info("attempting bad %zu bytes write at %px\n", size, do_nothing); in lkdtm_WRITE_OPD() [all …]
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | security.c | 600 static void do_nothing(void *unused) in do_nothing() function 612 on_each_cpu(do_nothing, NULL, 1); in rfi_flush_enable() 623 on_each_cpu(do_nothing, NULL, 1); in entry_flush_enable() 636 on_each_cpu(do_nothing, NULL, 1); in uaccess_flush_enable()
|
/linux-6.6.21/drivers/gpu/host1x/ |
D | syncpt.c | 506 static void do_nothing(struct kref *ref) in do_nothing() function 530 kref_put(&host->syncpt[syncpt_id].ref, do_nothing); in host1x_syncpt_release_vblank_reservation()
|
/linux-6.6.21/kernel/ |
D | smp.c | 1028 static void do_nothing(void *unused) in do_nothing() function 1047 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
|
/linux-6.6.21/drivers/accessibility/speakup/ |
D | main.c | 2050 static void do_nothing(struct vc_data *vc) in do_nothing() function 2071 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | book3s_hv.c | 1440 static void do_nothing(void *x) in do_nothing() function 1464 smp_call_function_single(pcpu, do_nothing, NULL, 1); in kvmppc_read_dpdes() 3203 smp_call_function_single(i, do_nothing, NULL, 1); in radix_flush_cpu()
|