Page MenuHomeFreeBSD

intr: Support per-IPI devices
Needs ReviewPublic

Authored by andrew on Oct 22 2024, 2:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 21, 10:14 AM
Unknown Object (File)
Mon, May 11, 3:12 PM
Unknown Object (File)
May 10 2026, 5:01 AM
Unknown Object (File)
May 9 2026, 7:47 PM
Unknown Object (File)
May 8 2026, 9:44 PM
Unknown Object (File)
May 4 2026, 8:12 AM
Unknown Object (File)
May 1 2026, 11:37 PM
Unknown Object (File)
Apr 28 2026, 11:09 PM
Subscribers

Details

Reviewers
None
Group Reviewers
arm64
ARM
riscv
Summary

We may wish to override the device used to handle a specific IPI, e.g.
SDEI on arm64 could be used as a non-maskable interrupt to handle
IPI_STOP_HARD.

Support this by adding a KPI to set a per-IPI device. Use the priority
to decide if the per-IPI or global device is selected for each IPI.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60147
Build 57031: arc lint + arc unit