Lines Matching refs:exit_code
4 unsigned long exit_code) in vc_check_opcode_bytes() argument
9 switch (exit_code) { in vc_check_opcode_bytes()
89 opcode, exit_code, ctxt->regs->ip); in vc_check_opcode_bytes()
94 static bool vc_decoding_needed(unsigned long exit_code) in vc_decoding_needed() argument
97 return !(exit_code >= SVM_EXIT_EXCP_BASE && in vc_decoding_needed()
98 exit_code <= SVM_EXIT_LAST_EXCP); in vc_decoding_needed()
103 unsigned long exit_code) in vc_init_em_ctxt() argument
110 if (vc_decoding_needed(exit_code)) in vc_init_em_ctxt()
475 unsigned long exit_code) in vc_handle_rdtsc() argument
477 bool rdtscp = (exit_code == SVM_EXIT_RDTSCP); in vc_handle_rdtsc()
490 ret = sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, 0, 0); in vc_handle_rdtsc()