ipi

  1. S

    x86 IPI handlers in Linux

    Hi, I would like to know what are the different IPI handlers available for x86 in Linux. For ARM, I could find a unified handler - handle_IPI() in arch/arm/kernel/smp.c. For x86 what all interrupts can be considered as IPI. I am sure about these two: CALL_FUNCTION_VECTOR RESCHEDULE_VECTOR What...
Top