savctx            635 drivers/crypto/qat/qat_common/qat_hal.c 	unsigned int savctx = 0;
savctx            651 drivers/crypto/qat/qat_common/qat_hal.c 		savctx = qat_hal_rd_ae_csr(handle, ae, ACTIVE_CTX_STATUS);
savctx            671 drivers/crypto/qat/qat_common/qat_hal.c 				  savctx & ACS_ACNO);
savctx            884 drivers/crypto/qat/qat_common/qat_hal.c 	unsigned int savctx;
savctx            907 drivers/crypto/qat/qat_common/qat_hal.c 	savctx = qat_hal_rd_ae_csr(handle, ae, ACTIVE_CTX_STATUS);
savctx            946 drivers/crypto/qat/qat_common/qat_hal.c 	qat_hal_wr_ae_csr(handle, ae, ACTIVE_CTX_STATUS, savctx & ACS_ACNO);
savctx            971 drivers/crypto/qat/qat_common/qat_hal.c 	unsigned int savctx, uaddr, uwrd_lo, uwrd_hi;
savctx            990 drivers/crypto/qat/qat_common/qat_hal.c 	savctx = qat_hal_rd_ae_csr(handle, ae, ACTIVE_CTX_STATUS);
savctx            994 drivers/crypto/qat/qat_common/qat_hal.c 	if (ctx != (savctx & ACS_ACNO))
savctx           1018 drivers/crypto/qat/qat_common/qat_hal.c 	if (ctx != (savctx & ACS_ACNO))
savctx           1020 drivers/crypto/qat/qat_common/qat_hal.c 				  savctx & ACS_ACNO);