Home
last modified time | relevance | path

Searched refs:context_tbl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm2-space.c175 for (i = 0; i < ARRAY_SIZE(space->context_tbl); i++) in tpm2_flush_space()
176 if (space->context_tbl[i] && ~space->context_tbl[i]) in tpm2_flush_space()
177 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_flush_space()
189 for (i = 0, offset = 0; i < ARRAY_SIZE(space->context_tbl); i++) { in tpm2_load_space()
190 if (!space->context_tbl[i]) in tpm2_load_space()
194 if (~space->context_tbl[i]) { in tpm2_load_space()
200 &space->context_tbl[i]); in tpm2_load_space()
237 if (i >= ARRAY_SIZE(space->context_tbl) || !space->context_tbl[i]) in tpm2_map_to_phandle()
240 phandle = space->context_tbl[i]; in tpm2_map_to_phandle()
319 memcpy(&chip->work_space.context_tbl, &space->context_tbl, in tpm2_prepare_space()
[all …]
/linux/include/linux/
H A Dtpm.h119 u32 context_tbl[3]; member