Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/amd/
Dhsmp.c250 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_RSVD) in validate_message()
254 if (msg->num_args != hsmp_msg_desc_table[msg->msg_id].num_args || in validate_message()
255 msg->response_sz != hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()
346 if (hsmp_msg_desc_table[msg.msg_id].type != HSMP_SET) in hsmp_ioctl()
354 if (hsmp_msg_desc_table[msg.msg_id].type != HSMP_GET) in hsmp_ioctl()
371 if (hsmp_msg_desc_table[msg.msg_id].response_sz > 0) { in hsmp_ioctl()
597 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_METRIC_TABLE_DRAM_ADDR].response_sz; in hsmp_get_tbl_dram_base()
729 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_PROTO_VER].response_sz; in hsmp_cache_proto_ver()
/linux-6.12.1/arch/x86/include/uapi/asm/
Damd_hsmp.h91 static const struct hsmp_msg_desc hsmp_msg_desc_table[] = { variable