/openbmc/linux/drivers/misc/lkdtm/ |
H A 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 …]
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops-mttcg.c | 44 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/qemu/system/ |
H A D | cpu-timers.c | 235 static void do_nothing(CPUState *cpu, run_on_cpu_data unused) in do_nothing() function 262 async_run_on_cpu(first_cpu, do_nothing, RUN_ON_CPU_NULL); in qemu_timer_notify_cb()
|
H A D | physmem.c | 2550 static void do_nothing(CPUState *cpu, run_on_cpu_data d) in do_nothing() function 2584 run_on_cpu(cpuas->cpu, do_nothing, RUN_ON_CPU_NULL); in tcg_log_global_after_sync()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A 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()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | disable_warning_urllib.py | 19 def do_nothing(): member in disable_warning_urllib
|
/openbmc/linux/drivers/gpu/host1x/ |
H A 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()
|
/openbmc/linux/kernel/ |
H A 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()
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | tests.py | 488 def do_nothing(signum, frame): function 491 old_signal = signal.signal(signal.SIGTERM, do_nothing)
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A 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,
|
/openbmc/linux/arch/powerpc/kvm/ |
H A 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()
|