OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trap_num
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mac68k/mac68k/
macrom.c
67
#define
TRAP_NUM
(a) (TRAP_TOOLBOX(a) ? (a) & 0x3ff : (a) & 0xff)
589
int
trap_num
;
local in function:mrg_SetTrapAddress
594
: "=g" (ptr), "=g" (
trap_num
) : : "d0","a0");
597
printf("mrg: trap 0x%x set to 0x%lx\n",
trap_num
, (long)ptr);
599
mrg_OStraps[
trap_num
] = ptr;
603
if (
trap_num
== 0x92) {
676
trapnum =
TRAP_NUM
(trapword);
Completed in 12 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025