Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/boot/compressed/
Dsev-es.c27 struct ghcb *boot_ghcb; variable
134 boot_ghcb = &boot_ghcb_page; in early_setup_sev_es()
144 if (!boot_ghcb) in sev_es_shutdown_ghcb()
178 if (!boot_ghcb && !early_setup_sev_es()) in do_boot_stage2_vc()
181 vc_ghcb_invalidate(boot_ghcb); in do_boot_stage2_vc()
189 result = vc_handle_rdtsc(boot_ghcb, &ctxt, exit_code); in do_boot_stage2_vc()
192 result = vc_handle_ioio(boot_ghcb, &ctxt); in do_boot_stage2_vc()
195 result = vc_handle_cpuid(boot_ghcb, &ctxt); in do_boot_stage2_vc()
/Linux-v5.10/arch/x86/kernel/
Dsev-es.c44 static struct ghcb __initdata *boot_ghcb; variable
570 boot_ghcb = &boot_ghcb_page; in sev_es_setup_ghcb()
1367 if (unlikely(boot_ghcb == NULL && !sev_es_setup_ghcb())) in handle_vc_boot_ghcb()
1370 vc_ghcb_invalidate(boot_ghcb); in handle_vc_boot_ghcb()
1374 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code); in handle_vc_boot_ghcb()