Home
last modified time | relevance | path

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

/linux/arch/x86/coco/sev/
H A Dsvsm.c326 int snp_svsm_vtpm_send_command(u8 *buffer) in snp_svsm_vtpm_send_command() function
336 EXPORT_SYMBOL_GPL(snp_svsm_vtpm_send_command);
/linux/drivers/char/tpm/
H A Dtpm_svsm.c45 ret = snp_svsm_vtpm_send_command(priv->buffer); in tpm_svsm_send()
/linux/arch/x86/include/asm/
H A Dsev.h530 int snp_svsm_vtpm_send_command(u8 *buffer);
638 static inline int snp_svsm_vtpm_send_command(u8 *buffer) { return -ENODEV; } in snp_svsm_vtpm_send_command() function