Searched refs:gregs (Results 1 - 11 of 11) sorted by path

/arch/ia64/kernel/
H A Dunwind_decoder.c257 int gregs = (code & 0x10) != 0; local
260 if (gregs)
/arch/m68k/include/asm/
H A Ducontext.h15 gregset_t gregs; member in struct:mcontext
/arch/m68k/kernel/
H A Dsignal.c691 greg_t __user *gregs = uc->uc_mcontext.gregs; local
702 err |= __get_user(regs->d0, &gregs[0]);
703 err |= __get_user(regs->d1, &gregs[1]);
704 err |= __get_user(regs->d2, &gregs[2]);
705 err |= __get_user(regs->d3, &gregs[3]);
706 err |= __get_user(regs->d4, &gregs[4]);
707 err |= __get_user(regs->d5, &gregs[5]);
708 err |= __get_user(sw->d6, &gregs[6]);
709 err |= __get_user(sw->d7, &gregs[
810 greg_t __user *gregs = uc->uc_mcontext.gregs; local
[all...]
/arch/powerpc/include/asm/
H A Delf.h58 #define ELF_CORE_COPY_REGS(gregs, regs) ppc_elf_core_copy_regs(gregs, regs);
H A Dmpic.h310 struct mpic_reg_bank gregs; member in struct:mpic
/arch/powerpc/kernel/
H A Dsignal_32.c138 elf_greg_t64 *gregs = (elf_greg_t64 *)regs; local
146 if (__put_user((unsigned int)gregs[i], &frame->mc_gregs[i]))
155 elf_greg_t64 *gregs = (elf_greg_t64 *)regs; local
161 if (__get_user(gregs[i], &sr->mc_gregs[i]))
/arch/powerpc/sysdev/
H A Dmpic.c219 return _mpic_read(type, &mpic->gregs, offset);
227 _mpic_write(mpic->reg_type, &mpic->gregs, offset, value);
354 mpic_write(mpic->gregs, MPIC_INFO(GREG_IPI_VECTOR_PRI_0), MPIC_VECPRI_MASK);
355 r = mpic_read(mpic->gregs, MPIC_INFO(GREG_IPI_VECTOR_PRI_0));
1375 mpic_map(mpic, mpic->paddr, &mpic->gregs, MPIC_INFO(GREG_BASE), 0x1000);
1437 mpic_write(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0),
1438 mpic_read(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0))
1440 while( mpic_read(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0))
1447 mpic_write(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0),
1448 mpic_read(mpic->gregs, MPIC_INF
[all...]
/arch/tile/include/uapi/asm/
H A Dsigcontext.h27 __uint_reg_t gregs[53]; /* General-purpose registers. */ member in struct:sigcontext
28 __uint_reg_t tp; /* Aliases gregs[TREG_TP]. */
29 __uint_reg_t sp; /* Aliases gregs[TREG_SP]. */
30 __uint_reg_t lr; /* Aliases gregs[TREG_LR]. */
/arch/tile/kernel/
H A Dsignal.c62 err |= __get_user(regs->regs[i], &sc->gregs[i]);
116 err |= __put_user(regs->regs[i], &sc->gregs[i]);
/arch/x86/um/os-Linux/
H A Dmcontext.c9 #define COPY2(X,Y) regs->gp[X] = mc->gregs[REG_##Y]
10 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X]
11 #define COPY_SEG(X) regs->gp[X] = mc->gregs[REG_##X] & 0xffff;
12 #define COPY_SEG_CPL3(X) regs->gp[X] = (mc->gregs[REG_##X] & 0xffff) | 3;
19 #define COPY2(X,Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y]
20 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X]
/arch/x86/um/shared/sysdep/
H A Dmcontext.h16 (fi).error_code = (mc)->gregs[REG_ERR]; \
17 (fi).trap_no = (mc)->gregs[REG_TRAPNO]; \
24 (fi).cr2 = (mc)->gregs[REG_CR2]; \
25 (fi).error_code = (mc)->gregs[REG_ERR]; \
26 (fi).trap_no = (mc)->gregs[REG_TRAPNO]; \

Completed in 194 milliseconds