Searched refs:ppr (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | ptrace.c | 990 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs *ppr) in ptrace_getregs() argument 999 retval = verify_area(VERIFY_WRITE, ppr, sizeof(struct pt_all_user_regs)); in ptrace_getregs() 1011 if (((unsigned long) ppr & 0x7) != 0) { in ptrace_getregs() 1012 dprintk("ptrace:unaligned register address %p\n", ppr); in ptrace_getregs() 1020 retval |= __put_user(pt->cr_iip, &ppr->cr_iip); in ptrace_getregs() 1021 retval |= access_uarea(child, PT_CR_IPSR, &ppr->cr_ipsr, 0); in ptrace_getregs() 1025 retval |= __put_user(pt->ar_pfs, &ppr->ar[PT_AUR_PFS]); in ptrace_getregs() 1026 retval |= __put_user(pt->ar_rsc, &ppr->ar[PT_AUR_RSC]); in ptrace_getregs() 1027 retval |= __put_user(pt->ar_bspstore, &ppr->ar[PT_AUR_BSPSTORE]); in ptrace_getregs() 1028 retval |= __put_user(pt->ar_unat, &ppr->ar[PT_AUR_UNAT]); in ptrace_getregs() [all …]
|
/linux-2.4.37.9/drivers/char/rio/ |
D | cirrus.h | 174 #define ppr 0x7e /* Prescalar Period Register */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | apicdef.h | 186 } ppr; member
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | apicdef.h | 170 } ppr; member
|
/linux-2.4.37.9/drivers/video/ |
D | cgfourteenfb.c | 79 volatile u8 ppr; /* Packed Pixel Reg */ member
|
/linux-2.4.37.9/drivers/scsi/ |
D | qla1280.c | 1740 nv->bus[bus].target[target].ppr_1x160.flags.enable_ppr = device->ppr; in qla1280_slave_configure()
|