Home
last modified time | relevance | path

Searched refs:sw_exit_code (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dsvm.h495 u64 sw_exit_code; member
687 DEFINE_GHCB_ACCESSORS(sw_exit_code)
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.h845 DEFINE_KVM_GHCB_ACCESSORS(sw_exit_code)
/linux-6.15/arch/x86/kvm/
H A Dtrace.h1781 __entry->exit_reason = ghcb->save.sw_exit_code;
1807 __entry->exit_reason = ghcb->save.sw_exit_code;
/linux-6.15/arch/x86/coco/sev/
H A Dshared.c195 ghcb->save.sw_exit_code = 0; in vc_ghcb_invalidate()