Lines Matching refs:work_space
166 struct tpm_space *space = &chip->work_space; in tpm2_flush_space()
178 struct tpm_space *space = &chip->work_space; in tpm2_load_space()
241 struct tpm_space *space = &chip->work_space; in tpm2_map_command()
313 memcpy(&chip->work_space.context_tbl, &space->context_tbl, in tpm2_prepare_space()
315 memcpy(&chip->work_space.session_tbl, &space->session_tbl, in tpm2_prepare_space()
317 memcpy(chip->work_space.context_buf, space->context_buf, in tpm2_prepare_space()
319 memcpy(chip->work_space.session_buf, space->session_buf, in tpm2_prepare_space()
340 struct tpm_space *space = &chip->work_space; in tpm2_add_session()
377 struct tpm_space *space = &chip->work_space; in tpm2_map_response_header()
437 struct tpm_space *space = &chip->work_space; in tpm2_map_response_body()
493 struct tpm_space *space = &chip->work_space; in tpm2_save_space()
563 memcpy(&space->context_tbl, &chip->work_space.context_tbl, in tpm2_commit_space()
565 memcpy(&space->session_tbl, &chip->work_space.session_tbl, in tpm2_commit_space()
567 memcpy(space->context_buf, chip->work_space.context_buf, in tpm2_commit_space()
569 memcpy(space->session_buf, chip->work_space.session_buf, in tpm2_commit_space()