Searched refs:psp_init_on_probe (Results 1 – 1 of 1) sorted by relevance
72 static bool psp_init_on_probe = true; variable73 module_param(psp_init_on_probe, bool, 0444);74 MODULE_PARM_DESC(psp_init_on_probe, " if true, the PSP will be initialized on module init. Else th…1337 if (args->probe && !psp_init_on_probe) in _sev_platform_init_locked()