Lines Matching refs:exit_code
199 static bool vc_decoding_needed(unsigned long exit_code) in vc_decoding_needed() argument
202 return !(exit_code >= SVM_EXIT_EXCP_BASE && in vc_decoding_needed()
203 exit_code <= SVM_EXIT_LAST_EXCP); in vc_decoding_needed()
208 unsigned long exit_code) in vc_init_em_ctxt() argument
215 if (vc_decoding_needed(exit_code)) in vc_init_em_ctxt()
376 u64 exit_code, u64 exit_info_1, in sev_es_ghcb_hv_call() argument
383 ghcb_set_sw_exit_code(ghcb, exit_code); in sev_es_ghcb_hv_call()
717 void __head do_vc_no_ghcb(struct pt_regs *regs, unsigned long exit_code) in do_vc_no_ghcb() argument
726 if (exit_code != SVM_EXIT_CPUID) in do_vc_no_ghcb()
1138 unsigned long exit_code) in vc_handle_rdtsc() argument
1140 bool rdtscp = (exit_code == SVM_EXIT_RDTSCP); in vc_handle_rdtsc()
1143 ret = sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, 0, 0); in vc_handle_rdtsc()
1555 unsigned long exit_code) in vc_check_opcode_bytes() argument
1560 switch (exit_code) { in vc_check_opcode_bytes()
1640 opcode, exit_code, ctxt->regs->ip); in vc_check_opcode_bytes()