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.c192 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_RSVD) in validate_message()
199 if (msg->num_args != hsmp_msg_desc_table[msg->msg_id].num_args) in validate_message()
210 if (msg->response_sz > hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()
343 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_GET) in is_get_msg()
346 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_SET_GET && in is_get_msg()
413 if (hsmp_msg_desc_table[msg.msg_id].response_sz > 0) { in hsmp_ioctl_msg()
638 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_METRIC_TABLE_DRAM_ADDR].response_sz; in hsmp_get_tbl_dram_base()
692 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.h111 static const struct hsmp_msg_desc hsmp_msg_desc_table[] variable