Home
last modified time | relevance | path

Searched refs:ecode (Results 1 – 2 of 2) sorted by relevance

/arch/mips/include/asm/sn/sn0/
Dhubio.h451 ecode: 3, /* Error Code */ member
473 ecode: 4, /* Error Code */ member
/arch/x86/events/
Dperf_event.h60 static inline bool constraint_match(struct event_constraint *c, u64 ecode) in constraint_match() argument
62 return ((ecode & c->cmask) - c->code) <= (u64)c->size; in constraint_match()