Home
last modified time | relevance | path

Searched refs:run_helper (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/um/kernel/
Dksyms.c37 EXPORT_SYMBOL(run_helper);
/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-mini-test.c1115 #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/
Dslirp_user.c44 pid = run_helper(slirp_pre_exec, &pe_data, argv); in slirp_tramp()
Dharddog_user.c67 pid = run_helper(pre_exec, &data, args); in start_watchdog()
Dxterm.c137 pid = run_helper(NULL, NULL, argv); in xterm_open()
Dport_user.c186 err = run_helper(port_pre_exec, &data, argv); in port_connection()
Dnet_user.c193 pid = run_helper(change_pre_exec, &pe_data, argv); in change_tramp()
Dslip_user.c91 err = run_helper(slip_pre_exec, &pe_data, argv); in slip_tramp()
/Linux-v4.19/arch/um/os-Linux/
Dhelper.c42 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() function
/Linux-v4.19/arch/um/os-Linux/drivers/
Dtuntap_user.c80 pid = run_helper(tuntap_pre_exec, &data, argv); in tuntap_open_tramp()
Dethertap_user.c117 pid = run_helper(etap_pre_exec, &pe_data, args); in etap_tramp()
/Linux-v4.19/arch/um/include/shared/
Dos.h213 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);