OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TRAPTYPE
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hack/
def.gen.h
71
#define
TRAPTYPE
037
/src/sys/arch/mips/mips/
trap.c
158
#define
TRAPTYPE
(x) (((x) & MIPS3_CR_EXC_CODE) >> MIPS_CR_EXC_CODE_SHIFT)
160
#define
TRAPTYPE
(x) (((x) & MIPS1_CR_EXC_CODE) >> MIPS_CR_EXC_CODE_SHIFT)
192
type =
TRAPTYPE
(cause);
238
cpu_number(), trap_names[
TRAPTYPE
(cause)],
427
trap_names[
TRAPTYPE
(cause)],
434
pfi->pfi_faulttype =
TRAPTYPE
(cause);
442
pfi->pfi_faulttype =
TRAPTYPE
(cause);
583
trap_names[
TRAPTYPE
(cause)]);
Completed in 40 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025