Home
last modified time | relevance | path

Searched refs:hsmp_msg_desc_table (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/amd/hsmp/
H A Dhsmp.c174 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_RSVD) in validate_message()
181 if (msg->num_args != hsmp_msg_desc_table[msg->msg_id].num_args) in validate_message()
191 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_SET_GET) { in validate_message()
192 if (msg->response_sz > hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()
196 if (msg->response_sz != hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()
285 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_GET) in is_get_msg()
288 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_SET_GET && in is_get_msg()
342 if (hsmp_msg_desc_table[msg.msg_id].response_sz > 0) { in hsmp_ioctl()
390 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_METRIC_TABLE_DRAM_ADDR].response_sz; in hsmp_get_tbl_dram_base()
423 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_PROTO_VER].response_sz; in hsmp_cache_proto_ver()
/linux/arch/x86/include/uapi/asm/
H A Damd_hsmp.h99 static const struct hsmp_msg_desc hsmp_msg_desc_table[] variable