Searched refs:rsp_off (Results 1 – 1 of 1) sorted by relevance
204 const uint64_t rsp_off = rsp_addr - TPM_CRB_DATA_BUFFER_ADDRESS; in tpm_crb_thread() local208 rsp_off > TPM_CRB_DATA_BUFFER_SIZE || in tpm_crb_thread()209 rsp_off + rsp_size > TPM_CRB_DATA_BUFFER_SIZE) { in tpm_crb_thread()241 &rsp[rsp_off], rsp_size); in tpm_crb_thread()245 memcpy(&crb->regs.data_buffer[rsp_off], &rsp[rsp_off], rsp_size); in tpm_crb_thread()