Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/boot/compressed/
A Dsev.c29 struct ghcb *boot_ghcb; variable
174 boot_ghcb = &boot_ghcb_page; in early_setup_ghcb()
188 if (!boot_ghcb) in sev_es_shutdown_ghcb()
239 if (!boot_ghcb && !early_setup_ghcb()) in do_boot_stage2_vc()
242 vc_ghcb_invalidate(boot_ghcb); in do_boot_stage2_vc()
250 result = vc_handle_rdtsc(boot_ghcb, &ctxt, exit_code); in do_boot_stage2_vc()
253 result = vc_handle_ioio(boot_ghcb, &ctxt); in do_boot_stage2_vc()
256 result = vc_handle_cpuid(boot_ghcb, &ctxt); in do_boot_stage2_vc()
335 if (ghcb_version < 2 || (!boot_ghcb && !early_setup_ghcb())) in snp_check_features()
338 sev_es_ghcb_terminate(boot_ghcb, SEV_TERM_SET_GEN, in snp_check_features()
/linux-6.3-rc2/arch/x86/kernel/
A Dsev.c67 static struct ghcb *boot_ghcb __section(".data");
1278 boot_ghcb = &boot_ghcb_page; in setup_ghcb()
2013 vc_ghcb_invalidate(boot_ghcb); in handle_vc_boot_ghcb()
2017 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()

Completed in 7 milliseconds