Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/amd/hsmp/
H A Dhsmp.c172 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_RSVD) in validate_message()
179 if (msg->num_args != hsmp_msg_desc_table[msg->msg_id].num_args) in validate_message()
189 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_SET_GET) { in validate_message()
190 if (msg->response_sz > hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()
194 if (msg->response_sz != hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()
266 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_GET) in is_get_msg()
269 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_SET_GET && in is_get_msg()
323 if (hsmp_msg_desc_table[msg.msg_id].response_sz > 0) { in hsmp_ioctl()
366 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_METRIC_TABLE_DRAM_ADDR].response_sz; in hsmp_get_tbl_dram_base()
399 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_PROTO_VER].response_sz; in hsmp_cache_proto_ver()
/linux-6.15/arch/x86/include/uapi/asm/
H A Damd_hsmp.h99 static const struct hsmp_msg_desc hsmp_msg_desc_table[] variable