Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dsev-dev.c55 static bool psp_init_on_probe = true; variable
56 module_param(psp_init_on_probe, bool, 0444);
57 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 (!psp_init_on_probe) in sev_pci_init()

Completed in 2 milliseconds