Searched refs:hsmp_message (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/ |
D | amd_hsmp.h | 9 int hsmp_send_message(struct hsmp_message *msg); 11 static inline int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message()
|
/linux-6.12.1/drivers/platform/x86/amd/ |
D | hsmp.c | 147 static int __hsmp_send_message(struct hsmp_socket *sock, struct hsmp_message *msg) in __hsmp_send_message() 243 static int validate_message(struct hsmp_message *msg) in validate_message() 261 int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message() 296 struct hsmp_message msg = { 0 }; in hsmp_test() 327 struct hsmp_message msg = { 0 }; in hsmp_ioctl() 330 if (copy_struct_from_user(&msg, sizeof(msg), arguser, sizeof(struct hsmp_message))) in hsmp_ioctl() 373 if (copy_to_user(arguser, &msg, sizeof(struct hsmp_message))) in hsmp_ioctl() 566 struct hsmp_message msg = { 0 }; in hsmp_metric_tbl_read() 592 struct hsmp_message msg = { 0 }; in hsmp_get_tbl_dram_base() 724 struct hsmp_message msg = { 0 }; in hsmp_cache_proto_ver()
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | amd_hsmp.h | 56 struct hsmp_message { struct 414 #define HSMP_IOCTL_CMD _IOWR(HSMP_BASE_IOCTL_NR, 0, struct hsmp_message)
|
/linux-6.12.1/Documentation/arch/x86/ |
D | amd_hsmp.rst | 85 ``ioctl(file, HSMP_IOCTL_CMD, struct hsmp_message *msg)`` 88 struct hsmp_message {
|