Searched refs:ecode (Results 1 – 2 of 2) sorted by relevance
451 ecode: 3, /* Error Code */ member473 ecode: 4, /* Error Code */ member
60 static inline bool constraint_match(struct event_constraint *c, u64 ecode) in constraint_match() argument62 return ((ecode & c->cmask) - c->code) <= (u64)c->size; in constraint_match()