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

/linux-master/arch/x86/boot/compressed/
H A Dsev.c30 struct ghcb *boot_ghcb; variable in typeref:struct:ghcb
186 boot_ghcb = &boot_ghcb_page;
228 if (vmgexit_psc(boot_ghcb, desc))
242 if (!boot_ghcb && !early_setup_ghcb())
252 if (!boot_ghcb)
303 if (!boot_ghcb && !early_setup_ghcb())
306 vc_ghcb_invalidate(boot_ghcb);
318 result = vc_handle_rdtsc(boot_ghcb, &ctxt, exit_code);
321 result = vc_handle_ioio(boot_ghcb, &ctxt);
324 result = vc_handle_cpuid(boot_ghcb,
[all...]
/linux-master/arch/x86/kernel/
H A Dsev.c90 static struct ghcb *boot_ghcb __section(".data");
853 ghcb = boot_ghcb;
877 if (!boot_ghcb)
1268 * Clear the boot_ghcb. The first exception comes in before the bss
1274 boot_ghcb = &boot_ghcb_page;
2018 vc_ghcb_invalidate(boot_ghcb);
2022 result = vc_handle_exitcode(&ctxt, boot_ghcb, exit_code);

Completed in 231 milliseconds