Programming local APIC timer to issue interrupt

Viewed 45

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 to kernel space so I can program the timer to issue an interrupt?

0 Answers
Related