Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/boot/compressed/
Dsev.c29 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()
[all …]
/linux-6.6.21/arch/x86/kernel/
Dsev.c69 static struct ghcb *boot_ghcb __section(".data");
846 ghcb = boot_ghcb; in __set_pages_state()
870 if (!boot_ghcb) in set_pages_state()
1267 boot_ghcb = &boot_ghcb_page; in setup_ghcb()
2008 vc_ghcb_invalidate(boot_ghcb); in handle_vc_boot_ghcb()
2012 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()