Search notes:

arch/x86/kernel/traps.c

The x86 architecture has quite a few different ways to jump into kernel code. Most of these entry points are registered in arch/x86/kernel/traps.c and implemented in arch/x86/entry/entry_64.S (or arch/x86/entry/entry_32.S).

See also

Documentation/x86/entry_64.txt, interrupts

Index