Searched refs:context_tbl (Results 1 – 2 of 2) sorted by relevance
166 for (i = 0; i < ARRAY_SIZE(space->context_tbl); i++) in tpm2_flush_space()167 if (space->context_tbl[i] && ~space->context_tbl[i]) in tpm2_flush_space()168 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_flush_space()180 for (i = 0, offset = 0; i < ARRAY_SIZE(space->context_tbl); i++) { in tpm2_load_space()181 if (!space->context_tbl[i]) in tpm2_load_space()185 if (~space->context_tbl[i]) { in tpm2_load_space()191 &space->context_tbl[i]); in tpm2_load_space()228 if (i >= ARRAY_SIZE(space->context_tbl) || !space->context_tbl[i]) in tpm2_map_to_phandle()231 phandle = space->context_tbl[i]; in tpm2_map_to_phandle()310 memcpy(&chip->work_space.context_tbl, &space->context_tbl, in tpm2_prepare_space()[all …]
92 u32 context_tbl[3]; member