Lines Matching refs:boot_ghcb
29 struct ghcb *boot_ghcb; variable
182 boot_ghcb = &boot_ghcb_page; in early_setup_ghcb()
224 if (vmgexit_psc(boot_ghcb, desc)) in __snp_accept_memory()
238 if (!boot_ghcb && !early_setup_ghcb()) in snp_accept_memory()
248 if (!boot_ghcb) in sev_es_shutdown_ghcb()
299 if (!boot_ghcb && !early_setup_ghcb()) in do_boot_stage2_vc()
302 vc_ghcb_invalidate(boot_ghcb); in do_boot_stage2_vc()
310 result = vc_handle_rdtsc(boot_ghcb, &ctxt, exit_code); in do_boot_stage2_vc()
313 result = vc_handle_ioio(boot_ghcb, &ctxt); in do_boot_stage2_vc()
316 result = vc_handle_cpuid(boot_ghcb, &ctxt); in do_boot_stage2_vc()
400 if (ghcb_version < 2 || (!boot_ghcb && !early_setup_ghcb())) in snp_check_features()
403 sev_es_ghcb_terminate(boot_ghcb, SEV_TERM_SET_GEN, in snp_check_features()