Searched refs:context_tbl (Results 1 – 2 of 2) sorted by relevance
169 for (i = 0; i < ARRAY_SIZE(space->context_tbl); i++) in tpm2_flush_space()170 if (space->context_tbl[i] && ~space->context_tbl[i]) in tpm2_flush_space()171 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_flush_space()183 for (i = 0, offset = 0; i < ARRAY_SIZE(space->context_tbl); i++) { in tpm2_load_space()184 if (!space->context_tbl[i]) in tpm2_load_space()188 if (~space->context_tbl[i]) { in tpm2_load_space()194 &space->context_tbl[i]); in tpm2_load_space()231 if (i >= ARRAY_SIZE(space->context_tbl) || !space->context_tbl[i]) in tpm2_map_to_phandle()234 phandle = space->context_tbl[i]; in tpm2_map_to_phandle()313 memcpy(&chip->work_space.context_tbl, &space->context_tbl, in tpm2_prepare_space()[all …]
102 u32 context_tbl[3]; member