Searched refs:iasq (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/parisc/kernel/ |
| H A D | signal32.c | 86 regs->iasq[0] = ((u64)compat_regt << 32) | (u64)compat_reg; in restore_sigcontext32() 92 regs->iasq[1] = ((u64)compat_regt << 32) | (u64)compat_reg; in restore_sigcontext32() 95 regs->iasq[0],regs->iasq[1]); in restore_sigcontext32() 190 compat_reg = (compat_uint_t)(regs->iasq[0]); in setup_sigcontext32() 195 compat_reg = (compat_uint_t)(regs->iasq[0] >> 32); in setup_sigcontext32() 200 compat_reg = (compat_uint_t)(regs->iasq[1]); in setup_sigcontext32() 205 compat_reg = (compat_uint_t)(regs->iasq[1] >> 32); in setup_sigcontext32()
|
| H A D | traps.c | 150 level, regs->iasq[0], regs->iasq[1], regs->iaoq[0], regs->iaoq[1]); in show_regs() 370 regs->iasq[0] = pim_wide->cr[17]; in transfer_pim_to_trap_frame() 371 regs->iasq[1] = pim_wide->iasq_back; in transfer_pim_to_trap_frame() 394 regs->iasq[0] = pim_narrow->cr[17]; in transfer_pim_to_trap_frame() 395 regs->iasq[1] = pim_narrow->iasq_back; in transfer_pim_to_trap_frame() 508 ((unsigned long)regs->iasq[0] != (unsigned long)regs->sr[7])) { in handle_interruption() 512 regs->iasq[0] = regs->iasq[1] = regs->sr[7]; in handle_interruption() 566 fault_space = regs->iasq[0]; in handle_interruption() 601 regs->iasq[0] = regs->iasq[1]; in handle_interruption() 724 fault_space = regs->iasq[0]; in handle_interruption()
|
| H A D | ptrace.c | 79 task_regs(task)->iasq[0] = task_regs(task)->iasq[1]; in user_enable_single_step() 450 case RI(iasq[0]): return regs->iasq[0]; in get_reg() 451 case RI(iasq[1]): return regs->iasq[1]; in get_reg() 506 case RI(iasq[0]): return regs->iasq[0]; in set_reg() 507 case RI(iasq[1]): return regs->iasq[1]; in set_reg() 713 REG_OFFSET_INDEX(iasq,0), 714 REG_OFFSET_INDEX(iasq,1),
|
| H A D | toc.c | 30 regs->iasq[0] = (unsigned long)toc->cr[17]; in toc20_to_pt_regs() 31 regs->iasq[1] = (unsigned long)toc->iasq_back; in toc20_to_pt_regs() 53 regs->iasq[0] = toc->cr[17]; in toc11_to_pt_regs() 54 regs->iasq[1] = toc->iasq_back; in toc11_to_pt_regs()
|
| H A D | perf_regs.c | 17 return regs->iasq[idx - PERF_REG_PARISC_IASQ0]; in perf_reg_value() 19 return regs->iasq[idx - PERF_REG_PARISC_IAOQ0]; in perf_reg_value()
|
| H A D | asm-offsets.c | 123 DEFINE(TASK_PT_IASQ0, offsetof(struct task_struct, thread.regs.iasq[0])); in main() 124 DEFINE(TASK_PT_IASQ1, offsetof(struct task_struct, thread.regs.iasq[1])); in main() 208 DEFINE(PT_IASQ0, offsetof(struct pt_regs, iasq[0])); in main() 209 DEFINE(PT_IASQ1, offsetof(struct pt_regs, iasq[1])); in main()
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | ptrace.h | 28 unsigned long iasq[2]; member 55 unsigned long iasq[2]; member
|
| /linux/arch/parisc/include/asm/ |
| H A D | processor.h | 140 .iasq = { 0, }, \ 247 regs->iasq[0] = spaceid; \ 248 regs->iasq[1] = spaceid; \
|
| H A D | elf.h | 283 dst[42] = pt->iasq[0]; dst[43] = pt->iasq[1]; \
|
| H A D | ptrace.h | 18 #define user_space(regs) ((regs)->iasq[1] != PRIV_KERNEL)
|