Hi all,
In one of my projects, I need a timer interrupt that should come on a specific core, and the handler should be executed on that core.
As there is a local APIC timer on each core, does the Linux kernel provide any interface so I can program the timer to issue an interrupt?

Thank you!

Thanks and regards,
Rohit Chourasia