Lines Matching full:process
81 * Read 4 bytes of the other process' storage in compat_arch_ptrace()
85 * address in the other process of the 4 bytes that is to be read in compat_arch_ptrace()
86 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()
97 /* Get the addr in the other process that we want to read */ in compat_arch_ptrace()
138 * Read 4 bytes out of the other process' pt_regs area in compat_arch_ptrace()
141 * addr is the offset into the other process' pt_regs structure in compat_arch_ptrace()
143 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()
183 * Write 4 bytes into the other process' storage in compat_arch_ptrace()
186 * 8 byte address in the other process where the 4 bytes in compat_arch_ptrace()
188 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()
196 /* Get the addr in the other process that we want to write into */ in compat_arch_ptrace()
236 * Write 4 bytes into the other process' pt_regs area in compat_arch_ptrace()
238 * addr is the offset into the other process' pt_regs structure in compat_arch_ptrace()
240 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()