Searched refs:do_nothing (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/kernel/ |
D | security.c | 599 static void do_nothing(void *unused) in do_nothing() function 611 on_each_cpu(do_nothing, NULL, 1); in rfi_flush_enable() 622 on_each_cpu(do_nothing, NULL, 1); in entry_flush_enable() 635 on_each_cpu(do_nothing, NULL, 1); in uaccess_flush_enable()
|
/arch/powerpc/kvm/ |
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() 2970 smp_call_function_single(i, do_nothing, NULL, 1); in radix_flush_cpu()
|