Searched refs:do_nothing (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/misc/lkdtm/ |
| 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() 69 pr_info("attempting ok execution at %px\n", do_nothing); in execute_user_location() 70 do_nothing(); in execute_user_location() 72 copied = access_process_vm(current, (unsigned long)dst, do_nothing, in execute_user_location() 112 size = (unsigned long)do_overwritten - (unsigned long)do_nothing; in lkdtm_WRITE_KERN() 116 memcpy(ptr, (unsigned char *)do_nothing, size); in lkdtm_WRITE_KERN()
|
| /Linux-v5.4/drivers/staging/isdn/gigaset/ |
| D | capi.c | 2174 static void do_nothing(struct gigaset_capi_ctr *iif, in do_nothing() function 2212 { CAPI_CONNECT_ACTIVE_RESP, do_nothing }, 2213 { CAPI_CONNECT_B3_ACTIVE_RESP, do_nothing }, 2216 { CAPI_CONNECT_B3_T90_ACTIVE_RESP, do_nothing }, 2220 { CAPI_DISCONNECT_B3_RESP, do_nothing }, 2222 { CAPI_DISCONNECT_RESP, do_nothing }, 2224 { CAPI_FACILITY_RESP, do_nothing }, 2228 { CAPI_RESET_B3_RESP, do_nothing }, 2235 { CAPI_INFO_RESP, do_nothing }, 2240 { CAPI_MANUFACTURER_REQ, do_nothing }, [all …]
|
| /Linux-v5.4/arch/powerpc/mm/book3s64/ |
| D | pgtable.c | 81 static void do_nothing(void *unused) in do_nothing() function 98 smp_call_function_many(mm_cpumask(mm), do_nothing, NULL, 1); in serialize_against_pte_lookup()
|
| /Linux-v5.4/kernel/ |
| D | smp.c | 726 static void do_nothing(void *unused) in do_nothing() function 745 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | setup_64.c | 864 static void do_nothing(void *unused) in do_nothing() function 876 on_each_cpu(do_nothing, NULL, 1); in rfi_flush_enable()
|
| /Linux-v5.4/drivers/staging/speakup/ |
| D | main.c | 2039 static void do_nothing(struct vc_data *vc) in do_nothing() function 2060 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv.c | 1157 static void do_nothing(void *x) in do_nothing() function 1181 smp_call_function_single(pcpu, do_nothing, NULL, 1); in kvmppc_read_dpdes() 2553 smp_call_function_single(cpu + i, do_nothing, NULL, 1); in radix_flush_cpu()
|