Home
last modified time | relevance | path

Searched refs:boot_ghcb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c29 struct ghcb *boot_ghcb; variable
185 boot_ghcb = &boot_ghcb_page; in early_setup_ghcb()
227 if (vmgexit_psc(boot_ghcb, desc)) in __snp_accept_memory()
241 if (!boot_ghcb && !early_setup_ghcb()) in snp_accept_memory()
251 if (!boot_ghcb) in sev_es_shutdown_ghcb()
302 if (!boot_ghcb && !early_setup_ghcb()) in do_boot_stage2_vc()
305 vc_ghcb_invalidate(boot_ghcb); in do_boot_stage2_vc()
313 result = vc_handle_rdtsc(boot_ghcb, &ctxt, exit_code); in do_boot_stage2_vc()
316 result = vc_handle_ioio(boot_ghcb, &ctxt); in do_boot_stage2_vc()
319 result = vc_handle_cpuid(boot_ghcb, &ctxt); in do_boot_stage2_vc()
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dsev.c71 static struct ghcb *boot_ghcb __section(".data");
834 ghcb = boot_ghcb; in __set_pages_state()
858 if (!boot_ghcb) in set_pages_state()
1255 boot_ghcb = &boot_ghcb_page; in setup_ghcb()
1996 vc_ghcb_invalidate(boot_ghcb); in handle_vc_boot_ghcb()
2000 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()