Searched refs:init_ex_path (Results 1 – 2 of 2) sorted by relevance
70 static char *init_ex_path; variable71 module_param(init_ex_path, charp, 0444);72 MODULE_PARM_DESC(init_ex_path, " Path for INIT_EX data; if set try INIT_EX");296 fp = open_file_as_root(init_ex_path, O_RDONLY, 0); in sev_read_init_ex_file()303 init_ex_path); in sev_read_init_ex_file()308 init_ex_path, ret); in sev_read_init_ex_file()338 fp = open_file_as_root(init_ex_path, O_CREAT | O_WRONLY, 0600); in sev_write_init_ex_file()1518 if (!init_ex_path) in __sev_platform_init_handle_init_ex_path()
598 parameter ``init_ex_path`` of the ``ccp`` module. If the file specified599 by ``init_ex_path`` does not exist or is invalid, the OS will create or