Home
last modified time | relevance | path

Searched refs:work_space (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/char/tpm/
H A Dtpm2-space.c166 struct tpm_space *space = &chip->work_space; in tpm2_flush_space()
181 struct tpm_space *space = &chip->work_space; in tpm2_load_space()
244 struct tpm_space *space = &chip->work_space; in tpm2_map_command()
316 memcpy(&chip->work_space.context_tbl, &space->context_tbl, in tpm2_prepare_space()
318 memcpy(&chip->work_space.session_tbl, &space->session_tbl, in tpm2_prepare_space()
320 memcpy(chip->work_space.context_buf, space->context_buf, in tpm2_prepare_space()
322 memcpy(chip->work_space.session_buf, space->session_buf, in tpm2_prepare_space()
343 struct tpm_space *space = &chip->work_space; in tpm2_add_session()
380 struct tpm_space *space = &chip->work_space; in tpm2_map_response_header()
440 struct tpm_space *space = &chip->work_space; in tpm2_map_response_body()
[all …]
H A Dtpm-chip.c275 kfree(chip->work_space.context_buf); in tpm_dev_release()
276 kfree(chip->work_space.session_buf); in tpm_dev_release()
364 rc = tpm2_init_space(&chip->work_space, TPM2_SPACE_BUFFER_SIZE); in tpm_chip_alloc()
/openbmc/linux/include/linux/
H A Dtpm.h166 struct tpm_space work_space; member