Home
last modified time | relevance | path

Searched refs:local_using_sysemu (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H A Dprocess.c132 * (in local_using_sysemu
135 int local_using_sysemu) in handle_trap()
142 if (!local_using_sysemu) in handle_trap()
340 int local_using_sysemu; in userspace() local
370 /* Now we set local_using_sysemu to be used for one loop */ in userspace()
371 local_using_sysemu = get_using_sysemu(); in userspace()
373 op = SELECT_PTRACE_OPERATION(local_using_sysemu, in userspace()
420 handle_trap(pid, regs, local_using_sysemu); in userspace()
134 handle_trap(int pid, struct uml_pt_regs *regs, int local_using_sysemu) handle_trap() argument
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H A Dprocess.c182 * (in local_using_sysemu
185 int local_using_sysemu) in handle_trap()
192 if (!local_using_sysemu) in handle_trap()
384 int local_using_sysemu; in userspace() local
414 /* Now we set local_using_sysemu to be used for one loop */ in userspace()
415 local_using_sysemu = get_using_sysemu(); in userspace()
417 op = SELECT_PTRACE_OPERATION(local_using_sysemu, in userspace()
477 handle_trap(pid, regs, local_using_sysemu); in userspace()
184 handle_trap(int pid, struct uml_pt_regs *regs, int local_using_sysemu) handle_trap() argument

Completed in 2 milliseconds