Searched defs:ecode (Results 1 – 6 of 6) sorted by relevance
253 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
117 u32 ecode = get_event_code(eidx); in kvm_pmu_get_perf_event_config() local145 u32 ecode = get_event_code(eidx); in kvm_pmu_get_fixed_pmc_index() local
862 unsigned int ecode, inst; in kvm_fault_ni() local
316 u32 ecode = (estat & CSR_ESTAT_EXC) >> CSR_ESTAT_EXC_SHIFT; in kvm_handle_exit() local
451 ecode: 3, /* Error Code */ member473 ecode: 4, /* Error Code */ member
64 static inline bool constraint_match(struct event_constraint *c, u64 ecode) in constraint_match()