Searched refs:esubcode (Results 1 – 4 of 4) sorted by relevance
253 static const char *humanize_exc_name(unsigned int ecode, unsigned int esubcode) in humanize_exc_name() argument270 switch (esubcode) { in humanize_exc_name()285 switch (esubcode) { in humanize_exc_name()291 switch (esubcode) { in humanize_exc_name()301 switch (esubcode) { in humanize_exc_name()319 unsigned int esubcode = FIELD_GET(CSR_ESTAT_ESUBCODE, x); in print_estat() local321 printk("ESTAT: %08lx [%s] (", x, humanize_exc_name(ecode, esubcode)); in print_estat()323 pr_cont(" ECode=%d EsubCode=%d)\n", (int) ecode, (int) esubcode); in print_estat()
179 _kvm_deliver_exception(vcpu, code, vcpu->arch.esubcode); in kvm_deliver_exception()181 vcpu->arch.esubcode = 0; in kvm_deliver_exception()
113 vcpu->arch.esubcode = subcode; in kvm_queue_exception()
226 unsigned int esubcode; member