Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/boot/compressed/
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()
222 if (!boot_ghcb && !early_setup_ghcb()) in do_boot_stage2_vc()
225 vc_ghcb_invalidate(boot_ghcb); in do_boot_stage2_vc()
233 result = vc_handle_rdtsc(boot_ghcb, &ctxt, exit_code); in do_boot_stage2_vc()
236 result = vc_handle_ioio(boot_ghcb, &ctxt); in do_boot_stage2_vc()
239 result = vc_handle_cpuid(boot_ghcb, &ctxt); in do_boot_stage2_vc()
/Linux-v6.1/arch/x86/kernel/
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()