Searched refs:ta_sm (Results 1 – 1 of 1) sorted by relevance
242 struct ta_pmf_shared_memory *ta_sm = NULL; in amd_pmf_invoke_cmd_enact() local253 ta_sm = dev->shbuf; in amd_pmf_invoke_cmd_enact()254 out = &ta_sm->pmf_output.policy_apply_table; in amd_pmf_invoke_cmd_enact()255 in = &ta_sm->pmf_input.enact_table; in amd_pmf_invoke_cmd_enact()257 memset(ta_sm, 0, sizeof(*ta_sm)); in amd_pmf_invoke_cmd_enact()258 ta_sm->command_id = TA_PMF_COMMAND_POLICY_BUILDER_ENACT_POLICIES; in amd_pmf_invoke_cmd_enact()259 ta_sm->if_version = PMF_TA_IF_VERSION_MAJOR; in amd_pmf_invoke_cmd_enact()270 if (ta_sm->pmf_result == TA_PMF_TYPE_SUCCESS && out->actions_count) { in amd_pmf_invoke_cmd_enact()273 ta_sm->pmf_result); in amd_pmf_invoke_cmd_enact()282 struct ta_pmf_shared_memory *ta_sm = NULL; in amd_pmf_invoke_cmd_init() local[all …]