Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccp/
H A Dsev-dev.c73 static bool psp_init_on_probe = true; variable
74 module_param(psp_init_on_probe, bool, 0444);
75 MODULE_PARM_DESC(psp_init_on_probe, " if true, the PSP will be initialized on module init. Else the PSP will be initialized on the first command requiring it");
1358 if (args->probe && !psp_init_on_probe) in _sev_platform_init_locked()