Searched refs:shutdown_required (Results 1 – 1 of 1) sorted by relevance
1717 static int sev_move_to_init_state(struct sev_issue_cmd *argp, bool *shutdown_required) in sev_move_to_init_state() argument1728 *shutdown_required = true; in sev_move_to_init_state()1733 static int snp_move_to_init_state(struct sev_issue_cmd *argp, bool *shutdown_required) in snp_move_to_init_state() argument1743 *shutdown_required = true; in snp_move_to_init_state()1800 bool shutdown_required = false; in sev_ioctl_do_pek_pdh_gen() local1807 rc = sev_move_to_init_state(argp, &shutdown_required); in sev_ioctl_do_pek_pdh_gen()1814 if (shutdown_required) in sev_ioctl_do_pek_pdh_gen()1824 bool shutdown_required = false; in sev_ioctl_do_pek_csr() local1856 ret = sev_move_to_init_state(argp, &shutdown_required); in sev_ioctl_do_pek_csr()1883 if (shutdown_required) in sev_ioctl_do_pek_csr()[all …]