Searched refs:VMGEXIT (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/hyperv/
H A Divm.c99 VMGEXIT();
133 VMGEXIT();
150 VMGEXIT();
166 VMGEXIT();
181 VMGEXIT();
/linux-master/arch/x86/boot/compressed/
H A Dsev.c151 /* Issue VMGEXIT to change the page state in RMP table. */
153 VMGEXIT();
155 /* Read the response of the VMGEXIT. */
286 VMGEXIT();
H A Dmem_encrypt.S71 rep; vmmcall # VMGEXIT
/linux-master/arch/x86/kernel/
H A Dsev-shared.c108 VMGEXIT();
125 VMGEXIT();
140 VMGEXIT();
156 VMGEXIT();
246 VMGEXIT();
256 VMGEXIT();
871 * Issue an VMGEXIT to the HV to consume the bytes from the
1150 * Page State Change VMGEXIT can pass error code through
H A Dsev.c595 * Invalidate the GHCB so a VMGEXIT instruction issued
616 VMGEXIT();
693 VMGEXIT();
732 VMGEXIT();
1085 /* Issue VMGEXIT AP Creation NAE event */
1097 VMGEXIT();
1296 VMGEXIT();
1310 * Instead the kernel has to issue a VMGEXIT to halt the VCPU until the
/linux-master/arch/x86/include/asm/
H A Dsev.h22 #define VMGEXIT() { asm volatile("rep; vmmcall\n\r"); } macro

Completed in 144 milliseconds