Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/platform/x86/amd/
H 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()
269 * i.e within the array bounds of hsmp_msg_desc_table in hsmp_ioctl()
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()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Damd_hsmp.h80 static const struct hsmp_msg_desc hsmp_msg_desc_table[] = { variable

Completed in 2 milliseconds