Searched refs:psp (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca_drv.c376 pal_processor_state_info_t *psp = local
401 if (psp->tc || psp->cc || psp->rc || psp->uc)
568 pal_processor_state_info_t *psp = local
571 if (psp->bc && pbci->eb && pbci->bsi == 0) {
593 } else if (psp->cc && !psp->bc) { /* Cache error */
644 pal_processor_state_info_t *psp local
[all...]
H A Dunwind.c161 offsetof(struct unw_frame_info, psp)/8,
231 "pri_unat_gr", "pri_unat_mem", "bsp", "bspstore", "ar.pfs", "ar.rnat", "psp", "rp",
273 info->pt = (unsigned long) ((struct pt_regs *) info->psp - 1);
847 sr->spill_offset = 0x10; /* default to psp+16 */
1492 * info->psp must contain the _value_ of the previous
1495 * info->psp:
1598 * psp also have been restored.
1639 case UNW_WHERE_PSPREL: UNW_DPRINT(1, "[psp+0x%lx]", r->val); break;
1658 * First, set psp if we're dealing with a fixed-size frame;
1664 /* new psp i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dssp.h30 u32 psp; member in struct:ssp_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Drelay6_database.c289 uint8_t *pointer, *pstart, *psp; local
477 psp = (pointer + msglen); /* jump over message, seek for
480 if (( ((int) msg->buffer) - ((int) (psp - pstart)) ) >=
483 psp += 2;
484 p16 = (uint16_t *) psp;
486 psp += 2;
488 if (( ((int) msg->buffer) - ((int) (psp - pstart)) ) <
495 p32 = (uint32_t *) psp;
497 psp += opaqlen;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dunwind.h61 unsigned long psp; /* previous sp value */ member in struct:unw_frame_info
157 *valp = (info)->psp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dssp.c200 ssp->psp = SSPSP_P(dev->port);
218 SSPSP_P(dev->port) = ssp->psp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c331 struct ppp_stats *psp; local
514 psp = (struct ppp_stats *) np->b_wptr;
517 psp->p = cp->stats;
518 psp->vj = cp->vj_comp.stats;
741 struct ppp_stats *psp; local
766 psp = (struct ppp_stats *) mp->b_cont->b_rptr;
767 psp->vj = cp->vj_comp.stats;
H A Dppp_ahdlc.c356 struct ppp_stats *psp; local
451 psp = (struct ppp_stats *) np->b_wptr;
453 bzero((caddr_t)psp, sizeof(struct ppp_stats));
454 psp->p = state->stats;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c331 struct ppp_stats *psp; local
514 psp = (struct ppp_stats *) np->b_wptr;
517 psp->p = cp->stats;
518 psp->vj = cp->vj_comp.stats;
741 struct ppp_stats *psp; local
766 psp = (struct ppp_stats *) mp->b_cont->b_rptr;
767 psp->vj = cp->vj_comp.stats;
H A Dppp_ahdlc.c355 struct ppp_stats *psp; local
438 psp = (struct ppp_stats *) np->b_wptr;
440 bzero((caddr_t)psp, sizeof(struct ppp_stats));
441 psp->p = state->stats;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprocess.c445 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) argument
451 psp += STACK_BIAS;
452 __get_user(fp, &(((struct reg_window __user *)psp)->ins[6]));
455 __get_user(fp, &(((struct reg_window32 __user *)psp)->ins[6]));
463 distance = fp - psp;
465 if (copy_in_user((void __user *) rval, (void __user *) psp, distance))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dallformats.c158 REGISTER_MUXER (PSP, psp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rxrpc/
H A Dar-ack.c469 struct rxrpc_skb_priv *sp, *psp; local
486 psp = rxrpc_skb(p);
487 if (ntohl(psp->hdr.seq) > seq) {
489 seq, ntohl(psp->hdr.seq));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libads/
H A Dldap.c1381 char *psp, *psp2, *psp3, *psp4; local
1428 psp = talloc_asprintf(ctx, "HOST/%s.%s",
1431 strlower_m(&psp[5]);
1432 servicePrincipalName[1] = psp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/spi/
H A Dpxa2xx_spi.c143 u32 psp; member in struct:chip_data

Completed in 139 milliseconds