Searched refs:ta_sm (Results 1 – 1 of 1) sorted by relevance
212 struct ta_pmf_shared_memory *ta_sm = NULL; in amd_pmf_invoke_cmd_enact() local223 ta_sm = dev->shbuf; in amd_pmf_invoke_cmd_enact()224 out = &ta_sm->pmf_output.policy_apply_table; in amd_pmf_invoke_cmd_enact()225 in = &ta_sm->pmf_input.enact_table; in amd_pmf_invoke_cmd_enact()227 memset(ta_sm, 0, sizeof(*ta_sm)); in amd_pmf_invoke_cmd_enact()228 ta_sm->command_id = TA_PMF_COMMAND_POLICY_BUILDER_ENACT_POLICIES; in amd_pmf_invoke_cmd_enact()229 ta_sm->if_version = PMF_TA_IF_VERSION_MAJOR; in amd_pmf_invoke_cmd_enact()240 if (ta_sm->pmf_result == TA_PMF_TYPE_SUCCESS && out->actions_count) { in amd_pmf_invoke_cmd_enact()243 ta_sm->pmf_result); in amd_pmf_invoke_cmd_enact()252 struct ta_pmf_shared_memory *ta_sm = NULL; in amd_pmf_invoke_cmd_init() local[all …]