Searched refs:iasq (Results 1 – 10 of 10) sorted by relevance
/arch/parisc/kernel/ |
D | traps.c | 141 level, regs->iasq[0], regs->iasq[1], regs->iaoq[0], regs->iaoq[1]); in show_regs() 379 regs->iasq[0] = pim_wide->cr[17]; in transfer_pim_to_trap_frame() 380 regs->iasq[1] = pim_wide->iasq_back; in transfer_pim_to_trap_frame() 403 regs->iasq[0] = pim_narrow->cr[17]; in transfer_pim_to_trap_frame() 404 regs->iasq[1] = pim_narrow->iasq_back; in transfer_pim_to_trap_frame() 523 ((unsigned long)regs->iasq[0] != (unsigned long)regs->sr[7])) { in handle_interruption() 527 regs->iasq[0] = regs->iasq[1] = regs->sr[7]; in handle_interruption() 573 fault_space = regs->iasq[0]; in handle_interruption() 608 regs->iasq[0] = regs->iasq[1]; in handle_interruption() 733 fault_space = regs->iasq[0]; in handle_interruption()
|
D | signal32.c | 113 regs->iasq[0] = ((u64)compat_regt << 32) | (u64)compat_reg; in restore_sigcontext32() 119 regs->iasq[1] = ((u64)compat_regt << 32) | (u64)compat_reg; in restore_sigcontext32() 122 regs->iasq[0],regs->iasq[1]); in restore_sigcontext32() 217 compat_reg = (compat_uint_t)(regs->iasq[0]); in setup_sigcontext32() 222 compat_reg = (compat_uint_t)(regs->iasq[0] >> 32); in setup_sigcontext32() 227 compat_reg = (compat_uint_t)(regs->iasq[1]); in setup_sigcontext32() 232 compat_reg = (compat_uint_t)(regs->iasq[1] >> 32); in setup_sigcontext32()
|
D | binfmt_elf32.c | 22 dst[42] = (elf_greg_t) pt->iasq[0]; dst[43] = (elf_greg_t) pt->iasq[1]; \
|
D | signal.c | 79 err |= __copy_from_user(regs->iasq, sc->sc_iasq, sizeof(regs->iasq)); in restore_sigcontext() 215 err |= __copy_to_user(sc->sc_iasq, regs->iasq, sizeof(regs->iasq)); in setup_sigcontext()
|
D | ptrace.c | 69 task_regs(task)->iasq[0] = task_regs(task)->iasq[1]; in user_enable_single_step()
|
D | asm-offsets.c | 139 DEFINE(TASK_PT_IASQ0, offsetof(struct task_struct, thread.regs.iasq[0])); in main() 140 DEFINE(TASK_PT_IASQ1, offsetof(struct task_struct, thread.regs.iasq[1])); in main() 228 DEFINE(PT_IASQ0, offsetof(struct pt_regs, iasq[0])); in main() 229 DEFINE(PT_IASQ1, offsetof(struct pt_regs, iasq[1])); in main()
|
/arch/parisc/include/asm/ |
D | processor.h | 161 .iasq = { 0, }, \ 202 regs->iasq[0] = spaceid; \ 203 regs->iasq[1] = spaceid; \ 304 regs->iasq[0] = spaceid; \ 305 regs->iasq[1] = spaceid; \
|
D | ptrace.h | 17 #define user_space(regs) (((regs)->iasq[1] != 0) ? 1 : 0)
|
D | elf.h | 282 memcpy(dst + 42, pt->iasq, 2 * sizeof(elf_greg_t)); \
|
/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 22 unsigned long iasq[2]; member
|