Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dtraps.c114 int sig, code, maxcode; in special_ill() local
166 maxcode = NSIGILL; in special_ill()
169 maxcode = NSIGFPE; in special_ill()
172 maxcode = NSIGSEGV; in special_ill()
175 maxcode = NSIGBUS; in special_ill()
178 maxcode = NSIGTRAP; in special_ill()
184 if (code <= 0 || code > maxcode) in special_ill()