Searched hist:11886 (Results 1 - 25 of 33) sorted by relevance
/gem5/src/sim/ | ||
H A D | fd_array.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
H A D | fd_array.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
H A D | syscall_desc.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
H A D | Process.py | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/x86/linux/ | ||
H A D | process.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/gpu-compute/ | ||
H A D | shader.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/mem/ | ||
H A D | se_translating_port_proxy.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
H A D | page_table.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
H A D | page_table.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/sparc/linux/ | ||
H A D | syscalls.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/generic/ | ||
H A D | types.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/sparc/ | ||
H A D | process.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/riscv/ | ||
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/x86/ | ||
H A D | process.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
H A D | types.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/arm/ | ||
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/power/ | ||
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/alpha/linux/ | ||
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/arm/linux/ | ||
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/alpha/ | ||
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/cpu/checker/ | ||
H A D | thread_context.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/arch/mips/ | ||
H A D | process.cc | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
/gem5/src/cpu/o3/ | ||
H A D | thread_context.hh | diff 11886:43b882cada33 Mon Feb 27 14:10:00 EST 2017 Brandon Potter <brandon.potter@amd.com> syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Modifies the clone system call and adds execve system call. Requires allowing processes to steal thread contexts from other processes in the same system object and the ability to detach pieces of process state (such as MemState) to allow dynamic sharing. |
Completed in 232 milliseconds