Home
last modified time | relevance | path

Searched defs:ecode (Results 1 – 6 of 6) sorted by relevance

/arch/loongarch/kernel/
Dtraps.c253 static const char *humanize_exc_name(unsigned int ecode, unsigned int esubcode) in humanize_exc_name()
318 unsigned int ecode = FIELD_GET(CSR_ESTAT_EXC, x); in print_estat() local
/arch/riscv/kvm/
Dvcpu_pmu.c117 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/loongarch/kvm/
Dexit.c862 unsigned int ecode, inst; in kvm_fault_ni() local
Dvcpu.c316 u32 ecode = (estat & CSR_ESTAT_EXC) >> CSR_ESTAT_EXC_SHIFT; in kvm_handle_exit() local
/arch/mips/include/asm/sn/sn0/
Dhubio.h451 ecode: 3, /* Error Code */ member
473 ecode: 4, /* Error Code */ member
/arch/x86/events/
Dperf_event.h64 static inline bool constraint_match(struct event_constraint *c, u64 ecode) in constraint_match()