Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/hyperv/
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.6.21/arch/x86/kernel/
Dsev-shared.c101 VMGEXIT(); in sev_es_terminate()
118 VMGEXIT(); in get_hv_features()
133 VMGEXIT(); in snp_register_ghcb_early()
149 VMGEXIT(); in sev_es_negotiate_protocol()
239 VMGEXIT(); in sev_es_ghcb_hv_call()
249 VMGEXIT(); in __sev_cpuid_hv()
Dsev.c595 VMGEXIT(); in __sev_es_nmi_complete()
672 VMGEXIT(); in get_jump_table_addr()
710 VMGEXIT(); in early_set_pages_state()
1090 VMGEXIT(); in wakeup_cpu_via_vmgexit()
1289 VMGEXIT(); in sev_es_ap_hlt_loop()
/linux-6.6.21/arch/x86/boot/compressed/
Dsev.c149 VMGEXIT(); in __page_state_change()
282 VMGEXIT(); in sev_es_ghcb_terminate()
Dmem_encrypt.S71 rep; vmmcall # VMGEXIT
/linux-6.6.21/arch/x86/include/asm/
Dsev.h23 #define VMGEXIT() { asm volatile("rep; vmmcall\n\r"); } macro