Lines Matching refs:exit_code
69 static bool vc_decoding_needed(unsigned long exit_code) in vc_decoding_needed() argument
72 return !(exit_code >= SVM_EXIT_EXCP_BASE && in vc_decoding_needed()
73 exit_code <= SVM_EXIT_LAST_EXCP); in vc_decoding_needed()
78 unsigned long exit_code) in vc_init_em_ctxt() argument
85 if (vc_decoding_needed(exit_code)) in vc_init_em_ctxt()
98 u64 exit_code, u64 exit_info_1, in sev_es_ghcb_hv_call() argument
107 ghcb_set_sw_exit_code(ghcb, exit_code); in sev_es_ghcb_hv_call()
144 void __init do_vc_no_ghcb(struct pt_regs *regs, unsigned long exit_code) in do_vc_no_ghcb() argument
150 if (exit_code != SVM_EXIT_CPUID) in do_vc_no_ghcb()
514 unsigned long exit_code) in vc_handle_rdtsc() argument
516 bool rdtscp = (exit_code == SVM_EXIT_RDTSCP); in vc_handle_rdtsc()
519 ret = sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, 0, 0); in vc_handle_rdtsc()