Lines Matching refs:get_stack_long
39 get_stack_long(struct task_struct *task, int offset) in get_stack_long() function
92 psw = get_stack_long(tsk, PT_PSW); in ptrace_read_user()
98 psw = get_stack_long(tsk, PT_PSW); in ptrace_read_user()
99 bbpsw = get_stack_long(tsk, PT_BBPSW); in ptrace_read_user()
104 tmp = get_stack_long(tsk, PT_BPC); in ptrace_read_user()
111 tmp = get_stack_long(tsk, off); in ptrace_read_user()
156 psw = get_stack_long(tsk, PT_PSW); in ptrace_write_user()
218 return (int)((get_stack_long(child, PT_PSW) >> 8) & 1); in check_condition_bit()
227 reg2 = get_stack_long(child, reg_offset[regno2]); in check_condition_src()
231 reg1 = get_stack_long(child, reg_offset[regno1]); in check_condition_src()
234 reg1 = get_stack_long(child, reg_offset[regno1]); in check_condition_src()
320 *next_pc = get_stack_long(child, PT_BPC); in compute_next_pc_for_16bit_insn()
327 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn()
335 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn()
344 *next_pc = get_stack_long(child, in compute_next_pc_for_16bit_insn()
590 pc = get_stack_long(child, PT_BPC); in user_enable_single_step()