Lines Matching refs:work_space
163 struct tpm_space *space = &chip->work_space; in tpm2_flush_space()
175 struct tpm_space *space = &chip->work_space; in tpm2_load_space()
238 struct tpm_space *space = &chip->work_space; in tpm2_map_command()
310 memcpy(&chip->work_space.context_tbl, &space->context_tbl, in tpm2_prepare_space()
312 memcpy(&chip->work_space.session_tbl, &space->session_tbl, in tpm2_prepare_space()
314 memcpy(chip->work_space.context_buf, space->context_buf, PAGE_SIZE); in tpm2_prepare_space()
315 memcpy(chip->work_space.session_buf, space->session_buf, PAGE_SIZE); in tpm2_prepare_space()
335 struct tpm_space *space = &chip->work_space; in tpm2_add_session()
372 struct tpm_space *space = &chip->work_space; in tpm2_map_response_header()
432 struct tpm_space *space = &chip->work_space; in tpm2_map_response_body()
485 struct tpm_space *space = &chip->work_space; in tpm2_save_space()
556 memcpy(&space->context_tbl, &chip->work_space.context_tbl, in tpm2_commit_space()
558 memcpy(&space->session_tbl, &chip->work_space.session_tbl, in tpm2_commit_space()
560 memcpy(space->context_buf, chip->work_space.context_buf, PAGE_SIZE); in tpm2_commit_space()
561 memcpy(space->session_buf, chip->work_space.session_buf, PAGE_SIZE); in tpm2_commit_space()