/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | ras.c | 440 __be64 *savep; in fwnmi_get_errinfo() local 442 savep = fwnmi_get_savep(regs); in fwnmi_get_errinfo() 443 if (!savep) in fwnmi_get_errinfo() 446 regs->gpr[3] = be64_to_cpu(savep[0]); /* restore original r3 */ in fwnmi_get_errinfo() 448 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo() 501 __be64 *savep; in pSeries_system_reset_exception() local 513 savep = fwnmi_get_savep(regs); in pSeries_system_reset_exception() 514 if (savep) in pSeries_system_reset_exception() 515 regs->gpr[3] = be64_to_cpu(savep[0]); /* restore original r3 */ in pSeries_system_reset_exception()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | ras.c | 443 __be64 *savep; in fwnmi_get_errinfo() local 445 savep = fwnmi_get_savep(regs); in fwnmi_get_errinfo() 446 if (!savep) in fwnmi_get_errinfo() 449 regs->gpr[3] = be64_to_cpu(savep[0]); /* restore original r3 */ in fwnmi_get_errinfo() 451 h = (struct rtas_error_log *)&savep[1]; in fwnmi_get_errinfo() 504 __be64 *savep; in pSeries_system_reset_exception() local 516 savep = fwnmi_get_savep(regs); in pSeries_system_reset_exception() 517 if (savep) in pSeries_system_reset_exception() 518 regs->gpr[3] = be64_to_cpu(savep[0]); /* restore original r3 */ in pSeries_system_reset_exception()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | dfp.c | 289 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index]; in nv04_dfp_mode_set() local 324 (savep->fp_control & (1 << 26 | NV_PRAMDAC_FP_TG_CONTROL_READ_PROG)); in nv04_dfp_mode_set() 422 regp->dither = savep->dither | 0x00010000; in nv04_dfp_mode_set() 425 regp->dither = savep->dither | 0x00000001; in nv04_dfp_mode_set() 436 regp->dither_regs[i] = savep->dither_regs[i]; in nv04_dfp_mode_set() 437 regp->dither_regs[i + 3] = savep->dither_regs[i + 3]; in nv04_dfp_mode_set() 440 regp->dither = savep->dither; in nv04_dfp_mode_set()
|
H A D | crtc.c | 467 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index]; in nv_crtc_mode_set_regs() local 494 regp->CRTC[NV_CIO_CRE_ENH_INDEX] = savep->CRTC[NV_CIO_CRE_ENH_INDEX] & ~(1<<5); in nv_crtc_mode_set_regs() 532 regp->CRTC[NV_CIO_CRE_SCRATCH4__INDEX] = savep->CRTC[NV_CIO_CRE_SCRATCH4__INDEX]; in nv_crtc_mode_set_regs() 542 regp->CRTC[NV_CIO_CRE_4B] = savep->CRTC[NV_CIO_CRE_4B] | 0x80; in nv_crtc_mode_set_regs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | dfp.c | 289 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index]; in nv04_dfp_mode_set() local 324 (savep->fp_control & (1 << 26 | NV_PRAMDAC_FP_TG_CONTROL_READ_PROG)); in nv04_dfp_mode_set() 422 regp->dither = savep->dither | 0x00010000; in nv04_dfp_mode_set() 425 regp->dither = savep->dither | 0x00000001; in nv04_dfp_mode_set() 436 regp->dither_regs[i] = savep->dither_regs[i]; in nv04_dfp_mode_set() 437 regp->dither_regs[i + 3] = savep->dither_regs[i + 3]; in nv04_dfp_mode_set() 440 regp->dither = savep->dither; in nv04_dfp_mode_set()
|
H A D | crtc.c | 467 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index]; in nv_crtc_mode_set_regs() local 494 regp->CRTC[NV_CIO_CRE_ENH_INDEX] = savep->CRTC[NV_CIO_CRE_ENH_INDEX] & ~(1<<5); in nv_crtc_mode_set_regs() 532 regp->CRTC[NV_CIO_CRE_SCRATCH4__INDEX] = savep->CRTC[NV_CIO_CRE_SCRATCH4__INDEX]; in nv_crtc_mode_set_regs() 542 regp->CRTC[NV_CIO_CRE_4B] = savep->CRTC[NV_CIO_CRE_4B] | 0x80; in nv_crtc_mode_set_regs()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | callback_xdr.c | 685 __be32 *savep = NULL; in encode_getattr_res() local 694 savep = xdr_reserve_space(xdr, sizeof(*savep)); in encode_getattr_res() 695 if (unlikely(!savep)) in encode_getattr_res() 707 *savep = htonl((unsigned int)((char *)xdr->p - (char *)(savep+1))); in encode_getattr_res()
|
H A D | nfs4xdr.c | 3252 static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep) in decode_attr_length() argument 3260 *savep = xdr_stream_pos(xdr); in decode_attr_length() 4229 static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen) in verify_attr_len() argument 4232 unsigned int nwords = (xdr_stream_pos(xdr) - savep) >> 2; in verify_attr_len() 4375 unsigned int savep; in decode_server_caps() local 4383 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0) in decode_server_caps() 4399 status = verify_attr_len(xdr, savep, attrlen); in decode_server_caps() 4407 unsigned int savep; in decode_statfs() local 4415 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0) in decode_statfs() 4436 status = verify_attr_len(xdr, savep, attrle in decode_statfs() 4444 unsigned int savep; decode_pathconf() local 4487 unsigned int savep; decode_first_threshold_item4() local 4701 unsigned int savep; decode_getfattr_generic() local 4837 unsigned int savep; decode_fsinfo() local 5308 unsigned int savep; decode_getacl() local 7388 unsigned int savep; nfs4_decode_dirent() local [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | callback_xdr.c | 684 __be32 *savep = NULL; in encode_getattr_res() local 693 savep = xdr_reserve_space(xdr, sizeof(*savep)); in encode_getattr_res() 694 if (unlikely(!savep)) in encode_getattr_res() 706 *savep = htonl((unsigned int)((char *)xdr->p - (char *)(savep+1))); in encode_getattr_res()
|
H A D | nfs4xdr.c | 3281 static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep) in decode_attr_length() argument 3289 *savep = xdr_stream_pos(xdr); in decode_attr_length() 4297 static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen) in verify_attr_len() argument 4300 unsigned int nwords = (xdr_stream_pos(xdr) - savep) >> 2; in verify_attr_len() 4443 unsigned int savep; in decode_server_caps() local 4451 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0) in decode_server_caps() 4471 status = verify_attr_len(xdr, savep, attrlen); in decode_server_caps() 4479 unsigned int savep; in decode_statfs() local 4487 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0) in decode_statfs() 4508 status = verify_attr_len(xdr, savep, attrle in decode_statfs() 4516 unsigned int savep; decode_pathconf() local 4559 unsigned int savep; decode_first_threshold_item4() local 4770 unsigned int savep; decode_getfattr_generic() local 4925 unsigned int savep; decode_fsinfo() local 5403 unsigned int savep; decode_getacl() local 7482 unsigned int savep; nfs4_decode_dirent() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 1363 u32 savep; member 1369 ** They are copied back to savep/lastp/goalp by the SCRIPTS 2141 ** load the savep (saved pointer) into 2145 NADDR (header.savep), 2478 NADDR (header.savep), 2489 NADDR (header.savep), 3245 ** savep --> DATA_IO 3250 ** This script sets savep/lastp/goalp according to the 3261 NADDR (header.savep), 3267 NADDR (header.savep), [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 1365 u32 savep; member 1371 ** They are copied back to savep/lastp/goalp by the SCRIPTS 2118 ** load the savep (saved pointer) into 2122 NADDR (header.savep), 2450 NADDR (header.savep), 2461 NADDR (header.savep), 3217 ** savep --> DATA_IO 3222 ** This script sets savep/lastp/goalp according to the 3233 NADDR (header.savep), 3239 NADDR (header.savep), [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw2.h | 742 offsetof (struct sym_ccb, phys.head.savep), 762 offsetof (struct sym_ccb, phys.head.savep), 1616 * other PM context since the savep may point
|
H A D | sym_fw1.h | 767 HADDR_1 (ccb_head.savep), 787 HADDR_1 (ccb_head.savep),
|
H A D | sym_hipd.h | 643 * 'savep' points to the position in the script responsible 647 u32 savep; /* Jump address to saved data pointer */ member
|
H A D | sym_glue.c | 387 cp->phys.head.savep = cpu_to_scr(lastp); in sym_setup_data_and_start() 388 cp->startp = cp->phys.head.savep; in sym_setup_data_and_start()
|
H A D | sym_hipd.c | 3145 cp->phys.head.savep = cpu_to_scr(startp);
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw2.h | 742 offsetof (struct sym_ccb, phys.head.savep), 762 offsetof (struct sym_ccb, phys.head.savep), 1616 * other PM context since the savep may point
|
H A D | sym_fw1.h | 767 HADDR_1 (ccb_head.savep), 787 HADDR_1 (ccb_head.savep),
|
H A D | sym_hipd.h | 643 * 'savep' points to the position in the script responsible 647 u32 savep; /* Jump address to saved data pointer */ member
|
H A D | sym_glue.c | 384 cp->phys.head.savep = cpu_to_scr(lastp); in sym_setup_data_and_start() 385 cp->startp = cp->phys.head.savep; in sym_setup_data_and_start()
|
H A D | sym_hipd.c | 3145 cp->phys.head.savep = cpu_to_scr(startp);
|