Lines Matching full:process
45 * Read 4 bytes of the other process' storage in compat_arch_ptrace()
49 * address in the other process of the 4 bytes that is to be read in compat_arch_ptrace()
50 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()
61 /* Get the addr in the other process that we want to read */ in compat_arch_ptrace()
104 * Read 4 bytes out of the other process' pt_regs area in compat_arch_ptrace()
107 * addr is the offset into the other process' pt_regs structure in compat_arch_ptrace()
109 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()
152 * Write 4 bytes into the other process' storage in compat_arch_ptrace()
155 * 8 byte address in the other process where the 4 bytes in compat_arch_ptrace()
157 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()
165 /* Get the addr in the other process that we want to write into */ in compat_arch_ptrace()
206 * Write 4 bytes into the other process' pt_regs area in compat_arch_ptrace()
208 * addr is the offset into the other process' pt_regs structure in compat_arch_ptrace()
210 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()