Searched refs:alltraps (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/i386/i386/
H A Dexception.s101 #define TRAP(a) pushl $(a) ; jmp alltraps
147 * All traps except ones for syscalls jump to alltraps. If
156 .globl alltraps
157 .type alltraps,@function
158 alltraps: label
/freebsd-11.0-release/sys/amd64/amd64/
H A Dexception.S125 jmp alltraps
152 jmp alltraps
167 * alltraps entry point. Use swapgs if this is the first time in the
172 .globl alltraps
173 .type alltraps,@function
174 alltraps: label
241 * alltraps_noen entry point. Unlike alltraps above, we want to

Completed in 111 milliseconds