Home
last modified time | relevance | path

Searched refs:VMGEXIT (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/hyperv/
H A Divm.c101 VMGEXIT(); in hv_ghcb_hypercall()
135 VMGEXIT(); in hv_ghcb_hv_call()
152 VMGEXIT(); in hv_ghcb_terminate()
168 VMGEXIT(); in hv_ghcb_negotiate_protocol()
183 VMGEXIT(); in hv_ghcb_negotiate_protocol()
/linux/arch/x86/coco/sev/
H A Dnoinstr.c105 VMGEXIT(); in __sev_es_nmi_complete()
H A Dcore.c207 VMGEXIT(); in get_jump_table_addr()
731 VMGEXIT(); in vmgexit_ap_control()
1413 VMGEXIT(); in sev_es_ap_hlt_loop()
/linux/arch/x86/boot/compressed/
H A Dmem_encrypt.S71 rep; vmmcall # VMGEXIT
/linux/arch/x86/include/asm/
H A Dsev.h24 #define VMGEXIT() { asm volatile("rep; vmmcall\n\r"); } macro