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

/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp82 set_trap_gate(int32 cpu, int n, void (*addr)()) function
292 set_trap_gate(cpu, 3, &trap3);
382 set_trap_gate(cpu, 98, &trap98); // for performance testing only
383 set_trap_gate(cpu, 99, &trap99); // syscall interrupt

Completed in 80 milliseconds