Searched refs:iasq (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/arch/parisc/kernel/ |
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()
|
D | traps.c | 143 level, regs->iasq[0], regs->iasq[1], regs->iaoq[0], regs->iaoq[1]); in show_regs() 360 regs->iasq[0] = pim_wide->cr[17]; in transfer_pim_to_trap_frame() 361 regs->iasq[1] = pim_wide->iasq_back; in transfer_pim_to_trap_frame() 384 regs->iasq[0] = pim_narrow->cr[17]; in transfer_pim_to_trap_frame() 385 regs->iasq[1] = pim_narrow->iasq_back; in transfer_pim_to_trap_frame() 498 ((unsigned long)regs->iasq[0] != (unsigned long)regs->sr[7])) { in handle_interruption() 502 regs->iasq[0] = regs->iasq[1] = regs->sr[7]; in handle_interruption() 556 fault_space = regs->iasq[0]; in handle_interruption() 591 regs->iasq[0] = regs->iasq[1]; in handle_interruption() 713 fault_space = regs->iasq[0]; in handle_interruption()
|
D | ptrace.c | 79 task_regs(task)->iasq[0] = task_regs(task)->iasq[1]; in user_enable_single_step() 438 case RI(iasq[0]): return regs->iasq[0]; in get_reg() 439 case RI(iasq[1]): return regs->iasq[1]; in get_reg() 494 case RI(iasq[0]): return regs->iasq[0]; in set_reg() 495 case RI(iasq[1]): return regs->iasq[1]; in set_reg() 699 REG_OFFSET_INDEX(iasq,0), 700 REG_OFFSET_INDEX(iasq,1),
|
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()
|
D | kgdb.c | 89 gr->iasq_f = regs->iasq[0]; in pt_regs_to_gdb_regs() 92 gr->iasq_b = regs->iasq[1]; in pt_regs_to_gdb_regs() 120 regs->iasq[0] = gr->iasq_f; in gdb_regs_to_pt_regs() 123 regs->iasq[1] = gr->iasq_b; in gdb_regs_to_pt_regs()
|
D | signal.c | 68 err |= __copy_from_user(regs->iasq, sc->sc_iasq, sizeof(regs->iasq)); in restore_sigcontext() 198 err |= __copy_to_user(sc->sc_iasq, regs->iasq, sizeof(regs->iasq)); in setup_sigcontext()
|
D | asm-offsets.c | 122 DEFINE(TASK_PT_IASQ0, offsetof(struct task_struct, thread.regs.iasq[0])); in main() 123 DEFINE(TASK_PT_IASQ1, offsetof(struct task_struct, thread.regs.iasq[1])); in main() 207 DEFINE(PT_IASQ0, offsetof(struct pt_regs, iasq[0])); in main() 208 DEFINE(PT_IASQ1, offsetof(struct pt_regs, iasq[1])); in main()
|
/Linux-v6.1/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 28 unsigned long iasq[2]; member 55 unsigned long iasq[2]; member
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | processor.h | 137 .iasq = { 0, }, \ 244 regs->iasq[0] = spaceid; \ 245 regs->iasq[1] = spaceid; \
|
D | elf.h | 284 dst[42] = pt->iasq[0]; dst[43] = pt->iasq[1]; \
|
D | ptrace.h | 18 #define user_space(regs) ((regs)->iasq[1] != PRIV_KERNEL)
|