Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/lkdtm/
H A 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 …]
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c44 static void do_nothing(CPUState *cpu, run_on_cpu_data d) in do_nothing() function
56 async_run_on_cpu(cpu, do_nothing, RUN_ON_CPU_NULL); in mttcg_force_rcu()
/openbmc/openbmc-test-automation/lib/
H A Ddisable_warning_urllib.py19 def do_nothing(): member in disable_warning_urllib
/openbmc/qemu/system/
H A Dcpu-timers.c236 static void do_nothing(CPUState *cpu, run_on_cpu_data unused) in do_nothing() function
263 async_run_on_cpu(first_cpu, do_nothing, RUN_ON_CPU_NULL); in qemu_timer_notify_cb()
H A Dphysmem.c2477 static void do_nothing(CPUState *cpu, run_on_cpu_data d) in do_nothing() function
2511 run_on_cpu(cpuas->cpu, do_nothing, RUN_ON_CPU_NULL); in tcg_log_global_after_sync()
/openbmc/linux/arch/powerpc/kernel/
H A Dsecurity.c600 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()
/openbmc/linux/drivers/gpu/host1x/
H A Dsyncpt.c506 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()
/openbmc/linux/kernel/
H A Dsmp.c1028 static void do_nothing(void *unused) in do_nothing() function
1047 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dtests.py492 def do_nothing(signum, frame): function
495 old_signal = signal.signal(signal.SIGTERM, do_nothing)
/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c2050 static void do_nothing(struct vc_data *vc) in do_nothing() function
2071 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c1440 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()