Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/hyperv/
H A Divm.c98 VMGEXIT(); in hv_ghcb_hypercall()
132 VMGEXIT(); in hv_ghcb_hv_call()
149 VMGEXIT(); in hv_ghcb_terminate()
165 VMGEXIT(); in hv_ghcb_negotiate_protocol()
180 VMGEXIT(); in hv_ghcb_negotiate_protocol()
/linux-6.15/arch/x86/boot/compressed/
H A Dsev.c181 VMGEXIT(); in __page_state_change()
287 VMGEXIT(); in sev_es_ghcb_terminate()
H A Dmem_encrypt.S71 rep; vmmcall # VMGEXIT
/linux-6.15/arch/x86/coco/sev/
H A Dshared.c130 VMGEXIT(); in sev_es_terminate()
147 VMGEXIT(); in get_hv_features()
162 VMGEXIT(); in snp_register_ghcb_early()
178 VMGEXIT(); in sev_es_negotiate_protocol()
388 VMGEXIT(); in sev_es_ghcb_hv_call()
398 VMGEXIT(); in __sev_cpuid_hv()
H A Dcore.c706 VMGEXIT(); in __sev_es_nmi_complete()
751 VMGEXIT(); in get_jump_table_addr()
786 VMGEXIT(); in early_set_pages_state()
987 VMGEXIT(); in vmgexit_ap_control()
1647 VMGEXIT(); in sev_es_ap_hlt_loop()
/linux-6.15/arch/x86/include/asm/
H A Dsev.h23 #define VMGEXIT() { asm volatile("rep; vmmcall\n\r"); } macro