Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/lkdtm/
Dperms.c34 static void do_nothing(void) in do_nothing() function
50 pr_info("attempting ok execution at %p\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 %p\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-v4.19/drivers/isdn/gigaset/
Dcapi.c2177 static void do_nothing(struct gigaset_capi_ctr *iif, in do_nothing() function
2215 { CAPI_CONNECT_ACTIVE_RESP, do_nothing },
2216 { CAPI_CONNECT_B3_ACTIVE_RESP, do_nothing },
2219 { CAPI_CONNECT_B3_T90_ACTIVE_RESP, do_nothing },
2223 { CAPI_DISCONNECT_B3_RESP, do_nothing },
2225 { CAPI_DISCONNECT_RESP, do_nothing },
2227 { CAPI_FACILITY_RESP, do_nothing },
2231 { CAPI_RESET_B3_RESP, do_nothing },
2238 { CAPI_INFO_RESP, do_nothing },
2243 { CAPI_MANUFACTURER_REQ, do_nothing },
[all …]
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3s64.c80 static void do_nothing(void *unused) in do_nothing() function
97 smp_call_function_many(mm_cpumask(mm), do_nothing, NULL, 1); in serialize_against_pte_lookup()
/Linux-v4.19/kernel/
Dsmp.c706 static void do_nothing(void *unused) in do_nothing() function
725 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
/Linux-v4.19/arch/powerpc/kernel/
Dsetup_64.c880 static void do_nothing(void *unused) in do_nothing() function
892 on_each_cpu(do_nothing, NULL, 1); in rfi_flush_enable()
/Linux-v4.19/drivers/staging/speakup/
Dmain.c2035 static void do_nothing(struct vc_data *vc) in do_nothing() function
2056 do_nothing, speakup_goto, speech_kill, speakup_shut_up,
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv.c995 static void do_nothing(void *x) in do_nothing() function
1019 smp_call_function_single(pcpu, do_nothing, NULL, 1); in kvmppc_read_dpdes()
2257 smp_call_function_single(cpu + i, do_nothing, NULL, 1); in radix_flush_cpu()