Searched refs:err_code_arg (Results 1 – 2 of 2) sorted by relevance
35 int32_t vcpu_queue_exception(struct acrn_vcpu *vcpu, uint32_t vector_arg, uint32_t err_code_arg);
186 int32_t vcpu_queue_exception(struct acrn_vcpu *vcpu, uint32_t vector_arg, uint32_t err_code_arg) in vcpu_queue_exception() argument190 uint32_t err_code = err_code_arg; in vcpu_queue_exception()
Completed in 3 milliseconds