Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/lkdtm/
Dperms.c35 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-5.19.10/arch/powerpc/kernel/
Dsecurity.c598 static void do_nothing(void *unused) in do_nothing() function
610 on_each_cpu(do_nothing, NULL, 1); in rfi_flush_enable()
621 on_each_cpu(do_nothing, NULL, 1); in entry_flush_enable()
634 on_each_cpu(do_nothing, NULL, 1); in uaccess_flush_enable()
/linux-5.19.10/drivers/gpu/host1x/
Dsyncpt.c554 static void do_nothing(struct kref *ref) in do_nothing() function
578 kref_put(&host->syncpt[syncpt_id].ref, do_nothing); in host1x_syncpt_release_vblank_reservation()
/linux-5.19.10/kernel/
Dsmp.c1159 static void do_nothing(void *unused) in do_nothing() function
1178 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c169 static void *do_nothing(void *arg) in do_nothing() function
186 if (!ASSERT_OK(pthread_create(&thread_id, NULL, &do_nothing, NULL), in test_task_file()
/linux-5.19.10/drivers/accessibility/speakup/
Dmain.c2036 static void do_nothing(struct vc_data *vc) in do_nothing() function
2057 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv.c1378 static void do_nothing(void *x) in do_nothing() function
1402 smp_call_function_single(pcpu, do_nothing, NULL, 1); in kvmppc_read_dpdes()
3092 smp_call_function_single(i, do_nothing, NULL, 1); in radix_flush_cpu()