Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/platform/x86/amd/
A Dhsmp.c178 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_RSVD) in validate_message()
182 if (msg->num_args != hsmp_msg_desc_table[msg->msg_id].num_args || in validate_message()
183 msg->response_sz != hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()
280 if (hsmp_msg_desc_table[msg.msg_id].type != HSMP_SET) in hsmp_ioctl()
288 if (hsmp_msg_desc_table[msg.msg_id].type != HSMP_GET) in hsmp_ioctl()
305 if (hsmp_msg_desc_table[msg.msg_id].response_sz > 0) { in hsmp_ioctl()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Damd_hsmp.h80 static const struct hsmp_msg_desc hsmp_msg_desc_table[] = { variable

Completed in 5 milliseconds