Lines Matching full:process
47 * Read 4 bytes of the other process' storage in compat_arch_ptrace()
51 * address in the other process of the 4 bytes that is to be read in compat_arch_ptrace()
52 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()
63 /* Get the addr in the other process that we want to read */ in compat_arch_ptrace()
105 * Read 4 bytes out of the other process' pt_regs area in compat_arch_ptrace()
108 * addr is the offset into the other process' pt_regs structure in compat_arch_ptrace()
110 * (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()
205 * Write 4 bytes into the other process' pt_regs area in compat_arch_ptrace()
207 * addr is the offset into the other process' pt_regs structure in compat_arch_ptrace()
209 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()