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