Searched refs:run_helper (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/arch/um/kernel/ |
| D | ksyms.c | 37 EXPORT_SYMBOL(run_helper);
|
| /Linux-v4.19/tools/testing/selftests/x86/ |
| D | mpx-mini-test.c | 1115 #define run_helper(helper_nr, buf, buf_shadow, ptr) do { \ macro 1129 run_helper(0, buf, buf_shadow, ptr); in run_helpers() 1132 run_helper(1, buf, buf_shadow, ptr); in run_helpers() 1135 run_helper(2, buf, buf_shadow, ptr); in run_helpers() 1138 run_helper(3, buf, buf_shadow, ptr); in run_helpers() 1141 run_helper(4, buf, buf_shadow, ptr); in run_helpers() 1144 run_helper(5, buf, buf_shadow, ptr); in run_helpers()
|
| /Linux-v4.19/arch/um/drivers/ |
| D | slirp_user.c | 44 pid = run_helper(slirp_pre_exec, &pe_data, argv); in slirp_tramp()
|
| D | harddog_user.c | 67 pid = run_helper(pre_exec, &data, args); in start_watchdog()
|
| D | xterm.c | 137 pid = run_helper(NULL, NULL, argv); in xterm_open()
|
| D | port_user.c | 186 err = run_helper(port_pre_exec, &data, argv); in port_connection()
|
| D | net_user.c | 193 pid = run_helper(change_pre_exec, &pe_data, argv); in change_tramp()
|
| D | slip_user.c | 91 err = run_helper(slip_pre_exec, &pe_data, argv); in slip_tramp()
|
| /Linux-v4.19/arch/um/os-Linux/ |
| D | helper.c | 42 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() function
|
| /Linux-v4.19/arch/um/os-Linux/drivers/ |
| D | tuntap_user.c | 80 pid = run_helper(tuntap_pre_exec, &data, argv); in tuntap_open_tramp()
|
| D | ethertap_user.c | 117 pid = run_helper(etap_pre_exec, &pe_data, args); in etap_tramp()
|
| /Linux-v4.19/arch/um/include/shared/ |
| D | os.h | 213 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
|