Searched defs:ecode (Results 1 – 7 of 7) sorted by relevance
| /arch/loongarch/kvm/ |
| A D | exit.c | 346 static int kvm_handle_gspr(struct kvm_vcpu *vcpu, int ecode) in kvm_handle_gspr() 666 static int kvm_handle_rdwr_fault(struct kvm_vcpu *vcpu, bool write, int ecode) in kvm_handle_rdwr_fault() 710 static int kvm_handle_read_fault(struct kvm_vcpu *vcpu, int ecode) in kvm_handle_read_fault() 715 static int kvm_handle_write_fault(struct kvm_vcpu *vcpu, int ecode) in kvm_handle_write_fault() 736 static int kvm_handle_fpu_disabled(struct kvm_vcpu *vcpu, int ecode) in kvm_handle_fpu_disabled() 794 static int kvm_handle_lsx_disabled(struct kvm_vcpu *vcpu, int ecode) in kvm_handle_lsx_disabled() 810 static int kvm_handle_lasx_disabled(struct kvm_vcpu *vcpu, int ecode) in kvm_handle_lasx_disabled() 818 static int kvm_handle_lbt_disabled(struct kvm_vcpu *vcpu, int ecode) in kvm_handle_lbt_disabled() 873 static int kvm_handle_hypercall(struct kvm_vcpu *vcpu, int ecode) in kvm_handle_hypercall() 933 static int kvm_fault_ni(struct kvm_vcpu *vcpu, int ecode) in kvm_fault_ni()
|
| A D | mmu.c | 915 int kvm_handle_mm_fault(struct kvm_vcpu *vcpu, unsigned long gpa, bool write, int ecode) in kvm_handle_mm_fault()
|
| A D | vcpu.c | 322 u32 ecode = (estat & CSR_ESTAT_EXC) >> CSR_ESTAT_EXC_SHIFT; in kvm_handle_exit() local
|
| /arch/loongarch/kernel/ |
| A D | traps.c | 254 static const char *humanize_exc_name(unsigned int ecode, unsigned int esubcode) in humanize_exc_name() 319 unsigned int ecode = FIELD_GET(CSR_ESTAT_EXC, x); in print_estat() local
|
| /arch/riscv/kvm/ |
| A D | vcpu_pmu.c | 117 u32 ecode = get_event_code(eidx); in kvm_pmu_get_perf_event_config() local 145 u32 ecode = get_event_code(eidx); in kvm_pmu_get_fixed_pmc_index() local
|
| /arch/mips/include/asm/sn/sn0/ |
| A D | hubio.h | 451 ecode: 3, /* Error Code */ member 473 ecode: 4, /* Error Code */ member
|
| /arch/x86/events/ |
| A D | perf_event.h | 65 static inline bool constraint_match(struct event_constraint *c, u64 ecode) in constraint_match()
|
Completed in 30 milliseconds