Searched refs:do_nothing (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/misc/lkdtm/ |
A D | perms.c | 34 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()
|
/linux/arch/powerpc/kernel/ |
A D | security.c | 598 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/drivers/gpu/host1x/ |
A D | syncpt.c | 570 static void do_nothing(struct kref *ref) in do_nothing() function 594 kref_put(&host->syncpt[syncpt_id].ref, do_nothing); in host1x_syncpt_release_vblank_reservation()
|
/linux/kernel/ |
A D | smp.c | 1140 static void do_nothing(void *unused) in do_nothing() function 1159 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | bpf_iter.c | 156 static void *do_nothing(void *arg) in do_nothing() function 174 if (CHECK(pthread_create(&thread_id, NULL, &do_nothing, NULL), in test_task_file()
|
/linux/drivers/accessibility/speakup/ |
A D | main.c | 2036 static void do_nothing(struct vc_data *vc) in do_nothing() function 2057 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv.c | 1331 static void do_nothing(void *x) in do_nothing() function 1355 smp_call_function_single(pcpu, do_nothing, NULL, 1); in kvmppc_read_dpdes() 2971 smp_call_function_single(i, do_nothing, NULL, 1); in radix_flush_cpu()
|
/linux/ |
A D | System.map | 5041 ffff800010132750 t do_nothing
|
A D | .tmp_System.map | 5041 ffff800010132750 t do_nothing
|
Completed in 314 milliseconds