Searched refs:ta_sm (Results 1 – 2 of 2) sorted by relevance
245 struct ta_pmf_shared_memory *ta_sm = NULL; in amd_pmf_invoke_cmd_enact() local256 ta_sm = dev->shbuf; in amd_pmf_invoke_cmd_enact()257 out = &ta_sm->pmf_output.policy_apply_table; in amd_pmf_invoke_cmd_enact()258 in = &ta_sm->pmf_input.enact_table; in amd_pmf_invoke_cmd_enact()260 memset(ta_sm, 0, sizeof(*ta_sm)); in amd_pmf_invoke_cmd_enact()261 ta_sm->command_id = TA_PMF_COMMAND_POLICY_BUILDER_ENACT_POLICIES; in amd_pmf_invoke_cmd_enact()262 ta_sm->if_version = PMF_TA_IF_VERSION_MAJOR; in amd_pmf_invoke_cmd_enact()273 if (ta_sm->pmf_result == TA_PMF_TYPE_SUCCESS && out->actions_count) { in amd_pmf_invoke_cmd_enact()276 ta_sm->pmf_result); in amd_pmf_invoke_cmd_enact()285 struct ta_pmf_shared_memory *ta_sm = NULL; in amd_pmf_invoke_cmd_init() local[all …]
25 struct ta_pmf_shared_memory *ta_sm = NULL; in amd_pmf_populate_data() local35 ta_sm = pdev->shbuf; in amd_pmf_populate_data()36 in = &ta_sm->pmf_input.enact_table; in amd_pmf_populate_data()