Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dsev.c637 ret = ghcb->save.sw_exit_info_2; in get_jump_table_addr()
807 if (WARN(ret || ghcb->save.sw_exit_info_2, in vmgexit_psc()
809 ret, ghcb->save.sw_exit_info_2)) { in vmgexit_psc()
1304 ghcb->save.sw_exit_info_2) in sev_es_ap_hlt_loop()
2215 if (ghcb->save.sw_exit_info_2) { in snp_issue_guest_request()
2218 ghcb->save.sw_exit_info_2 == SNP_GUEST_REQ_INVALID_LEN) in snp_issue_guest_request()
2221 *fw_err = ghcb->save.sw_exit_info_2; in snp_issue_guest_request()
Dsev-shared.c203 u64 info = ghcb->save.sw_exit_info_2; in verify_exception_info()
/linux-6.1.9/arch/x86/include/asm/
Dsvm.h477 u64 sw_exit_info_2; member
625 DEFINE_GHCB_ACCESSORS(sw_exit_info_2)
/linux-6.1.9/arch/x86/kvm/
Dtrace.h1748 __entry->info2 = ghcb->save.sw_exit_info_2;
1774 __entry->info2 = ghcb->save.sw_exit_info_2;
/linux-6.1.9/arch/x86/kvm/svm/
Dsev.c2367 ghcb->save.sw_exit_info_2, ghcb_sw_exit_info_2_is_valid(ghcb)); in dump_ghcb()