int psp_init_hsti(struct psp_device *psp)
{ int ret;
if (PSP_FEATURE(psp, HSTI)) {
ret = psp_poulate_hsti(psp); if (ret) return ret;
}
/* * At this stage, if security information hasn't been populated by * either the PSP or by the driver through the platform command, * then there is nothing more to do.
*/ if (!psp->capability.security_reporting) return 0;
if (psp->capability.tsme_status) { if (cc_platform_has(CC_ATTR_HOST_MEM_ENCRYPT))
dev_notice(psp->dev, "psp: Both TSME and SME are active, SME is unnecessary when TSME is active.\n"); else
dev_notice(psp->dev, "psp: TSME enabled\n");
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.