Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/hyperv/
Divm.c99 VMGEXIT(); in hv_ghcb_hypercall()
133 VMGEXIT(); in hv_ghcb_hv_call()
150 VMGEXIT(); in hv_ghcb_terminate()
166 VMGEXIT(); in hv_ghcb_negotiate_protocol()
181 VMGEXIT(); in hv_ghcb_negotiate_protocol()
/linux-6.12.1/arch/x86/coco/sev/
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()
Dcore.c720 VMGEXIT(); in __sev_es_nmi_complete()
797 VMGEXIT(); in get_jump_table_addr()
832 VMGEXIT(); in early_set_pages_state()
1228 VMGEXIT(); in wakeup_cpu_via_vmgexit()
1438 VMGEXIT(); in sev_es_ap_hlt_loop()
/linux-6.12.1/arch/x86/boot/compressed/
Dsev.c181 VMGEXIT(); in __page_state_change()
324 VMGEXIT(); in sev_es_ghcb_terminate()
Dmem_encrypt.S71 rep; vmmcall # VMGEXIT
/linux-6.12.1/arch/x86/include/asm/
Dsev.h22 #define VMGEXIT() { asm volatile("rep; vmmcall\n\r"); } macro