Home
last modified time | relevance | path

Searched refs:hsmp_message (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/platform/x86/amd/
A Dhsmp.c78 static int __hsmp_send_message(struct pci_dev *root, struct hsmp_message *msg) in __hsmp_send_message()
171 static int validate_message(struct hsmp_message *msg) in validate_message()
189 int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message()
226 struct hsmp_message msg = { 0 }; in hsmp_test()
261 struct hsmp_message msg = { 0 }; in hsmp_ioctl()
264 if (copy_struct_from_user(&msg, sizeof(msg), arguser, sizeof(struct hsmp_message))) in hsmp_ioctl()
307 if (copy_to_user(arguser, &msg, sizeof(struct hsmp_message))) in hsmp_ioctl()
/linux-6.3-rc2/arch/x86/include/asm/
A Damd_hsmp.h9 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.3-rc2/arch/x86/include/uapi/asm/
A Damd_hsmp.h53 struct hsmp_message { struct
305 #define HSMP_IOCTL_CMD _IOWR(HSMP_BASE_IOCTL_NR, 0, struct hsmp_message)
/linux-6.3-rc2/Documentation/x86/
A Damd_hsmp.rst66 ``ioctl(file, HSMP_IOCTL_CMD, struct hsmp_message *msg)``
69 struct hsmp_message {

Completed in 6 milliseconds