Searched refs:init_ex_path (Results 1 – 2 of 2) sorted by relevance
68 static char *init_ex_path; variable69 module_param(init_ex_path, charp, 0444);70 MODULE_PARM_DESC(init_ex_path, " Path for INIT_EX data; if set try INIT_EX");268 fp = open_file_as_root(init_ex_path, O_RDONLY, 0); in sev_read_init_ex_file()275 init_ex_path); in sev_read_init_ex_file()280 init_ex_path, ret); in sev_read_init_ex_file()310 fp = open_file_as_root(init_ex_path, O_CREAT | O_WRONLY, 0600); in sev_write_init_ex_file()1222 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