Lines Matching defs:trap
121 #include <machine/trap.h>
239 vm_offset_t trap;
336 * and setting ppc64 = 0 if that causes a trap.
357 * and set up the trap tables.
375 * Copy generic handler into every possible trap. Special cases will get
378 for (trap = EXC_RST; trap < EXC_LAST; trap += 0x20)
379 bcopy(&trapcode, (void *)trap, trapsize);
385 * to the top of every non-generic trap handler
449 /* Set branch address for trap code */