Home
last modified time | relevance | path

Searched refs:hsmp_send_message (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H 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() function
/openbmc/linux/drivers/platform/x86/amd/
H A Dhsmp.c189 int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message() function
222 EXPORT_SYMBOL_GPL(hsmp_send_message);
301 ret = hsmp_send_message(&msg); in hsmp_ioctl()
/openbmc/linux/Documentation/arch/x86/
H A Damd_hsmp.rst40 function hsmp_send_message().