Home
last modified time | relevance | path

Searched refs:err_code_arg (Results 1 – 2 of 2) sorted by relevance

/hypervisor/include/arch/x86/asm/guest/
A Dvirq.h35 int32_t vcpu_queue_exception(struct acrn_vcpu *vcpu, uint32_t vector_arg, uint32_t err_code_arg);
/hypervisor/arch/x86/guest/
A Dvirq.c186 int32_t vcpu_queue_exception(struct acrn_vcpu *vcpu, uint32_t vector_arg, uint32_t err_code_arg) in vcpu_queue_exception() argument
190 uint32_t err_code = err_code_arg; in vcpu_queue_exception()

Completed in 3 milliseconds